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())
|
if (!errorMessage.isEmpty())
|
||||||
QMessageBox::warning(0, tr("Failed to preview Qt Quick file"),
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ name <email> alias <email></string>
|
|||||||
<item row="5" column="0">
|
<item row="5" column="0">
|
||||||
<widget class="QLabel" name="sshPromptLabel">
|
<widget class="QLabel" name="sshPromptLabel">
|
||||||
<property name="toolTip">
|
<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>
|
should a repository require SSH-authentication (see documentation on SSH and the environment variable SSH_ASKPASS).</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|||||||
Reference in New Issue
Block a user