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:
@@ -134,7 +134,7 @@ void CrashHandlerDialog::setApplicationInfo(const QString &signalName)
|
||||
|
||||
QString revision;
|
||||
#ifdef IDE_REVISION
|
||||
revision = tr(" from revision %1").arg(QString::fromLatin1(Core::Constants::IDE_REVISION_STR).left(10));
|
||||
revision = QLatin1Char(' ') + tr("from revision %1").arg(QString::fromLatin1(Core::Constants::IDE_REVISION_STR).left(10));
|
||||
#endif
|
||||
const QString versionInformation = tr(
|
||||
"%1 %2%3, built on %4 at %5, based on Qt %6 (%7 bit)\n")
|
||||
|
||||
Reference in New Issue
Block a user