summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-11-02 17:40:32 +0100
committerhjk <qthjk@ovi.com>2011-11-03 10:36:46 +0100
commit7ec73a3e165b6cfbc70a5af0d2e02c875ee6fa27 (patch)
treed67702abfb1c0c5f19bcc44f431d84ca1a99929f /share/qtcreator
parent31600758de8ec8efb70d9ffe36ed08e094271e2a (diff)
downloadqt-creator-7ec73a3e165b6cfbc70a5af0d2e02c875ee6fa27.tar.gz
String fixes
Change-Id: Iffa87a0e394b799e3987fa60f0a7559d5c1d0d27 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml2
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
index 7b777e84ea..0153329794 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/QtWebKit/WebViewSpecifics.qml
@@ -55,7 +55,7 @@ QWidget {
leftMargin: 0;
rightMargin: 0;
Label {
- text: qsTr("Url")
+ text: qsTr("URL")
}
LineEdit {
backendValue: backendValues.url
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
index a593f3d414..e7d5f3d62e 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/wizard.xml
@@ -83,7 +83,7 @@ leave room for the Qt 4 target page.
<field name="URL">
<fieldcontrol class="QLineEdit"
defaulttext="http://www.mycompany.com" />
- <fielddescription>Url:</fielddescription>
+ <fielddescription>URL:</fielddescription>
</field>
<field mandatory="true" name="QtCreatorSources">
<fieldcontrol class="Utils::PathChooser"