Fix tooltips, add lacking dots

Change-Id: Id54a11b6868d5033fd1ecfd6324b7e50b94e305c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Jarek Kobus
2014-03-13 09:55:53 +01:00
parent 402ea02821
commit 96a3fd53e8
41 changed files with 102 additions and 105 deletions

View File

@@ -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;
}