forked from qt-creator/qt-creator
Remove most leading/trailing blanks from translated messages.
They are a hassle for translators and reviewers alike. Change-Id: I363138212b692cf75fe1605df8af3721315d37e1 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -649,7 +649,7 @@ void WatchTreeView::contextMenuEvent(QContextMenuEvent *ev)
|
||||
QString msg = (individualFormat == -1 && typeFormat != -1)
|
||||
? tr("Use Format for Type (Currently %1)")
|
||||
.arg(alternativeFormats.at(typeFormat))
|
||||
: tr("Use Display Format Based on Type ");
|
||||
: tr("Use Display Format Based on Type") + QLatin1Char(' ');
|
||||
clearIndividualFormatAction = formatMenu.addAction(spacer + msg);
|
||||
clearIndividualFormatAction->setCheckable(true);
|
||||
clearIndividualFormatAction->setChecked(individualFormat == -1);
|
||||
|
||||
Reference in New Issue
Block a user