diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-10 16:22:24 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-04-16 09:28:04 +0200 |
commit | a0696ada0dc82921597eca5fd9e52261450ca409 (patch) | |
tree | a082ffafa0558cef5d7eedaa1a15efd82d2bd189 /share/qtcreator/templates | |
parent | 186c457d6c15415aa204fe41eede16b2ea480de0 (diff) | |
download | qt-creator-a0696ada0dc82921597eca5fd9e52261450ca409.tar.gz |
Fix texts in QtQuick-Extension plugins.
The text needs to be one line for the translation transformation
to work.
Change-Id: Ia1c4ab02a0774bebbc6b0f59f2a9682d0a751e6a
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'share/qtcreator/templates')
-rw-r--r-- | share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml | 4 | ||||
-rw-r--r-- | share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml index ecfacde259..8cdce7d751 100644 --- a/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick1-extension/wizard.xml @@ -39,9 +39,7 @@ leave room for the Qt 4 target page. id="QtQuick1ExtensionPlugin" category="G.Libraries" featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.1"> <icon>lib.png</icon> - <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class. - - Requires <b>Qt 4.7.0</b> or newer.</description> + <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QDeclarativeEngine class.<br><br>Requires <b>Qt 4.7.0</b> or newer.</description> <displayname>Qt Quick 1 Extension Plugin</displayname> <displaycategory>Libraries</displaycategory> <files> diff --git a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml index 5a572d2bd8..96bbb33246 100644 --- a/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml +++ b/share/qtcreator/templates/wizards/qtquick2-extension/wizard.xml @@ -39,9 +39,7 @@ leave room for the Qt 4 target page. id="QtQuick2ExtensionPlugin" category="G.Libraries" featuresRequired="QtSupport.Wizards.FeatureQtQuick,QtSupport.Wizards.FeatureQtQuick.2"> <icon>lib.png</icon> - <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QQmlEngine class. - - Requires <b>Qt 5.0</b> or newer.</description> + <description>Creates a C++ plugin that makes it possible to offer extensions that can be loaded dynamically into applications using the QQmlEngine class.<br><br>Requires <b>Qt 5.0</b> or newer.</description> <displayname>Qt Quick 2 Extension Plugin</displayname> <displaycategory>Libraries</displaycategory> <files> |