aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/settingspage.ui
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2013-12-04 12:01:17 +0100
committerJarek Kobus <jaroslaw.kobus@digia.com>2013-12-04 15:36:58 +0100
commit90b33316e4d3a64a9edf77c3beb7e8bd37fffa91 (patch)
tree38e8816708b7800822ec4c60d59abc1c6e943c5d /src/plugins/qmldesigner/settingspage.ui
parente20391ef6e9a8497f95d88fdb73b0fe4b3ab30bc (diff)
Fix tooltips' texts.
Change-Id: I9f8681a8d975558e5e8626566df73ac8438c4cef Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/settingspage.ui')
-rw-r--r--src/plugins/qmldesigner/settingspage.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/settingspage.ui b/src/plugins/qmldesigner/settingspage.ui
index c8f5452e66..d154b9258f 100644
--- a/src/plugins/qmldesigner/settingspage.ui
+++ b/src/plugins/qmldesigner/settingspage.ui
@@ -64,7 +64,7 @@
<item row="0" column="1">
<widget class="QCheckBox" name="designerWarningsCheckBox">
<property name="toolTip">
- <string>Warn about QML features which are not properly supported by the Qt Quick Designer</string>
+ <string>Warns about QML features which are not properly supported by the Qt Quick Designer</string>
</property>
<property name="text">
<string>Warn about unsupported features in the Qt Quick Designer</string>
@@ -74,7 +74,7 @@
<item row="1" column="1">
<widget class="QCheckBox" name="designerWarningsInEditorCheckBox">
<property name="toolTip">
- <string>Also warn in the code editor about QML features which are not properly supported by the Qt Quick Designer</string>
+ <string>Also warns in the code editor about QML features which are not properly supported by the Qt Quick Designer</string>
</property>
<property name="text">
<string>Warn about unsupported features of Qt Quick Designer in the code editor</string>