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:
@@ -454,7 +454,8 @@ void QmlInspectorAgent::onResult(quint32 queryId, const QVariant &value,
|
||||
} else if (type == "SET_BINDING_R"
|
||||
|| type == "RESET_BINDING_R"
|
||||
|| type == "SET_METHOD_BODY_R") {
|
||||
QString msg = QLatin1String(type) + tr("Success: ");
|
||||
QString msg = QLatin1String(type) + tr("Success:");
|
||||
msg += QLatin1Char(' ');
|
||||
msg += value.toBool() ? QLatin1Char('1') : QLatin1Char('0');
|
||||
if (!value.toBool())
|
||||
emit automaticUpdateFailed();
|
||||
|
||||
Reference in New Issue
Block a user