forked from qt-creator/qt-creator
Remove trailing blanks from messages.
These causing warnings when applying translation patches. Change-Id: Id260369ac59b4218bf5b8391eb547aec58ffd3f5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -72,7 +72,7 @@ void QmlJSPreviewRunner::run(const QString &filename)
|
||||
|
||||
if (!errorMessage.isEmpty())
|
||||
QMessageBox::warning(0, tr("Failed to preview Qt Quick file"),
|
||||
tr("Could not preview Qt Quick (QML) file. Reason: \n%1").arg(errorMessage));
|
||||
tr("Could not preview Qt Quick (QML) file. Reason:\n%1").arg(errorMessage));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user