forked from qt-creator/qt-creator
Fix tooltips, add lacking dots
Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -44,7 +44,7 @@ void RemoveTaskHandler::handle(const ProjectExplorer::Task &task)
|
||||
QAction *RemoveTaskHandler::createAction(QObject *parent) const
|
||||
{
|
||||
QAction *removeAction = new QAction(tr("Remove", "Name of the action triggering the removetaskhandler"), parent);
|
||||
removeAction->setToolTip(tr("Remove task from the task list"));
|
||||
removeAction->setToolTip(tr("Remove task from the task list."));
|
||||
removeAction->setShortcut(QKeySequence(QKeySequence::Delete));
|
||||
removeAction->setShortcutContext(Qt::WidgetWithChildrenShortcut);
|
||||
return removeAction;
|
||||
|
||||
Reference in New Issue
Block a user