From be062fff7daa474958a81508b7c07c6862e27e9f Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 7 Apr 2016 19:48:20 +0300 Subject: [PATCH] Better tooltipe. --HG-- branch : feature --- src/app/valentina/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index a54c5aed8..4125aed5d 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -1006,7 +1006,8 @@ void MainWindow::ToolGroup(bool checked) ToolSelectGroupObjects(); currentScene->clearSelection(); SetToolButton(checked, Tool::Group, ":/cursor/group_plus_cursor.png", - tr("Select objects, Enter - finish creation"), &MainWindow::ClosedDialogGroup); + tr("Select one or more objects, Enter - finish creation"), + &MainWindow::ClosedDialogGroup); } //---------------------------------------------------------------------------------------------------------------------