forked from qt-creator/qt-creator
Core: add punctuation to messages
Change-Id: Ied2569a5cb09ff44335ad7b498b869e9f0dbb91e Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -98,7 +98,7 @@ public:
|
||||
item->setText(0, CommandMappings::tr("Command"));
|
||||
|
||||
defaultButton = new QPushButton(CommandMappings::tr("Reset All"), groupBox);
|
||||
defaultButton->setToolTip(CommandMappings::tr("Reset all to default"));
|
||||
defaultButton->setToolTip(CommandMappings::tr("Reset all to default."));
|
||||
|
||||
importButton = new QPushButton(CommandMappings::tr("Import..."), groupBox);
|
||||
exportButton = new QPushButton(CommandMappings::tr("Export..."), groupBox);
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
targetEdit->setFiltering(true);
|
||||
|
||||
resetButton = new QPushButton(targetEditGroup);
|
||||
resetButton->setToolTip(CommandMappings::tr("Reset to default"));
|
||||
resetButton->setToolTip(CommandMappings::tr("Reset to default."));
|
||||
resetButton->setText(CommandMappings::tr("Reset"));
|
||||
|
||||
QLabel *infoLabel = new QLabel(targetEditGroup);
|
||||
|
||||
Reference in New Issue
Block a user