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:
@@ -66,7 +66,7 @@ void VcsAnnotateTaskHandler::handle(const Task &task)
|
||||
QAction *VcsAnnotateTaskHandler::createAction(QObject *parent) const
|
||||
{
|
||||
QAction *vcsannotateAction = new QAction(tr("&Annotate"), parent);
|
||||
vcsannotateAction->setToolTip(tr("Annotate using version control system"));
|
||||
vcsannotateAction->setToolTip(tr("Annotate using version control system."));
|
||||
return vcsannotateAction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user