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:
Friedemann Kleint
2013-11-05 08:47:27 +01:00
parent 17ac05068e
commit 547d67da7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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));
}

View File

@@ -137,7 +137,7 @@ name &lt;email&gt; alias &lt;email&gt;</string>
<item row="5" column="0">
<widget class="QLabel" name="sshPromptLabel">
<property name="toolTip">
<string>Specifies a command that is executed to graphically prompt for a password,
<string>Specifies a command that is executed to graphically prompt for a password,
should a repository require SSH-authentication (see documentation on SSH and the environment variable SSH_ASKPASS).</string>
</property>
<property name="text">