forked from qt-creator/qt-creator
Debugger: fix UI text capitalization and punctuation
Change-Id: I5f2888750164a6b3cb5ba9bf0cafb457a31a1b6e Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user