Better tooltipe.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-04-07 19:48:20 +03:00
parent a0842b0f48
commit be062fff7d

View file

@ -1006,7 +1006,8 @@ void MainWindow::ToolGroup(bool checked)
ToolSelectGroupObjects();
currentScene->clearSelection();
SetToolButton<DialogGroup>(checked, Tool::Group, ":/cursor/group_plus_cursor.png",
tr("Select objects, <b>Enter</b> - finish creation"), &MainWindow::ClosedDialogGroup);
tr("Select one or more objects, <b>Enter</b> - finish creation"),
&MainWindow::ClosedDialogGroup);
}
//---------------------------------------------------------------------------------------------------------------------