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:
@@ -5396,7 +5396,7 @@ bool FakeVimHandler::Private::handleExSetCommand(const ExCommand &cmd)
|
||||
if (!error.isEmpty())
|
||||
showMessage(MessageError, error);
|
||||
} else {
|
||||
showMessage(MessageError, FakeVimHandler::tr("Unknown option: ") + cmd.args);
|
||||
showMessage(MessageError, FakeVimHandler::tr("Unknown option:") + QLatin1Char(' ') + cmd.args);
|
||||
}
|
||||
updateMiniBuffer();
|
||||
updateEditor();
|
||||
|
||||
Reference in New Issue
Block a user