Debugger: fix UI text capitalization and punctuation

Change-Id: I5f2888750164a6b3cb5ba9bf0cafb457a31a1b6e
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Leena Miettinen
2013-10-09 16:38:34 +02:00
committed by hjk
parent ca603c2404
commit a48315ee1f
2 changed files with 3 additions and 3 deletions

View File

@@ -376,7 +376,7 @@ LogWindow::LogWindow(QWidget *parent)
QToolButton *repeatButton = new QToolButton(this);
repeatButton->setIcon(QIcon(QLatin1String(":/debugger/images/debugger_stepover_small.png")));
repeatButton->setIconSize(QSize(12, 12));
repeatButton->setToolTip(tr("Repeat last command for debug reasons"));
repeatButton->setToolTip(tr("Repeat last command for debug reasons."));
QHBoxLayout *commandBox = new QHBoxLayout;
commandBox->addWidget(repeatButton);