From 06b31aaa78c6ea28b2eb18b8c245bc8d4b13775e Mon Sep 17 00:00:00 2001 From: Robert Loehning <robert.loehning@nokia.com> Date: Wed, 7 Mar 2012 20:16:00 +0100 Subject: [PATCH] Fixed white spaces Change-Id: Ifc369d468ed4606425fa161e44bff534434ae765 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> --- share/qtcreator/translations/qtcreator_de.ts | 4 ++-- src/plugins/qt4projectmanager/wizards/targetsetuppage.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/translations/qtcreator_de.ts b/share/qtcreator/translations/qtcreator_de.ts index 7211ebbe986..3159bb98f13 100644 --- a/share/qtcreator/translations/qtcreator_de.ts +++ b/share/qtcreator/translations/qtcreator_de.ts @@ -14768,8 +14768,8 @@ Verwenden Sie die Eigenschaft importPaths, um Importpfade zu qmlproject-basierte <translation>Ziele des Projekts einrichten</translation> </message> <message> - <source><html><head/><body><p><span style=" font-weight:600;">No valid Qt versions found.</span></p><p>Please add a Qt version in <span style=" font-style:italic;">Tools &gt; Options &gt; Build &amp; Run</span> (<span style=" font-style:italic;">Qt Creator &gt; Preferences &gt; Build &amp; Run </span>on Mac OS) or via the maintenance tool of the SDK.</p></body></html></source> - <translation><html><head/><body><p><span style=" font-weight:600;">Es wurden keine Qt-Versionen gefunden.</span></p><p>Bitte fügen Sie eine Qt-Version in <span style=" font-style:italic;">Extras&gt; Einstellungen&gt; Erstellung und Ausführung</span> (<span style=" font-style:italic;">Qt Creator &gt; Eigenschaften&gt; Erstellung und Ausführung</span>auf Mac OS) oder unter Verwendung des SDK-Installationswerkzeugs hinzu.</p></body></html></translation> + <source><html><head/><body><p><span style=" font-weight:600;">No valid Qt versions found.</span></p><p>Please add a Qt version in <span style=" font-style:italic;">Tools &gt; Options &gt; Build &amp; Run</span> (<span style=" font-style:italic;">Qt Creator &gt; Preferences &gt; Build &amp; Run</span> on Mac OS) or via the maintenance tool of the SDK.</p></body></html></source> + <translation><html><head/><body><p><span style=" font-weight:600;">Es wurden keine Qt-Versionen gefunden.</span></p><p>Bitte fügen Sie eine Qt-Version in <span style=" font-style:italic;">Extras&gt; Einstellungen&gt; Erstellung und Ausführung</span> (<span style=" font-style:italic;">Qt Creator &gt; Eigenschaften&gt; Erstellung und Ausführung</span> auf Mac OS) oder unter Verwendung des SDK-Installationswerkzeugs hinzu.</p></body></html></translation> </message> </context> <context> diff --git a/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui b/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui index 94aa736606a..5a47515cce1 100644 --- a/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui +++ b/src/plugins/qt4projectmanager/wizards/targetsetuppage.ui @@ -51,7 +51,7 @@ <item> <widget class="QLabel" name="noValidQtVersionsLabel"> <property name="text"> - <string><html><head/><body><p><span style=" font-weight:600;">No valid Qt versions found.</span></p><p>Please add a Qt version in <span style=" font-style:italic;">Tools &gt; Options &gt; Build &amp; Run</span> (<span style=" font-style:italic;">Qt Creator &gt; Preferences &gt; Build &amp; Run </span>on Mac OS) or via the maintenance tool of the SDK.</p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600;">No valid Qt versions found.</span></p><p>Please add a Qt version in <span style=" font-style:italic;">Tools &gt; Options &gt; Build &amp; Run</span> (<span style=" font-style:italic;">Qt Creator &gt; Preferences &gt; Build &amp; Run</span> on Mac OS) or via the maintenance tool of the SDK.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> -- GitLab