summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/commonoptionspage.ui
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-06-21 17:07:45 +0200
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-06-22 10:05:33 +0200
commitf1889864db05a7944d0c62db8c8477fcc2bc7d33 (patch)
tree3bf81138049f9971735d773e0818c263e59d39e7 /src/plugins/debugger/commonoptionspage.ui
parentefeefef10a288a4f1878b68e931987f562353530 (diff)
downloadqt-creator-f1889864db05a7944d0c62db8c8477fcc2bc7d33.tar.gz
UI text: check capitalization and tooltips
Change-Id: I3686ac83e5fdc009b03e84ab3c7b24a052d119c4 Reviewed-on: http://codereview.qt.nokia.com/569 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/debugger/commonoptionspage.ui')
-rw-r--r--src/plugins/debugger/commonoptionspage.ui10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/debugger/commonoptionspage.ui b/src/plugins/debugger/commonoptionspage.ui
index 2051f59f5a..3e40c11c90 100644
--- a/src/plugins/debugger/commonoptionspage.ui
+++ b/src/plugins/debugger/commonoptionspage.ui
@@ -26,12 +26,12 @@
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxFontSizeFollowsEditor">
+ <property name="toolTip">
+ <string>Change the font size in the debugger views when the font size in the main editor changes.</string>
+ </property>
<property name="text">
<string>Debugger font size follows main editor</string>
</property>
- <property name="toolTip">
- <string>Selecting this results in font size changes in the debugger views whenever the font size in the main editor changes.</string>
- </property>
</widget>
</item>
<item row="3" column="0" colspan="2">
@@ -44,7 +44,7 @@
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxListSourceFiles">
<property name="toolTip">
- <string>Checking this will populate the source file view automatically but might slow down debugger startup considerably.</string>
+ <string>Populate the source file view automatically. This might slow down debugger startup considerably.</string>
</property>
<property name="text">
<string>Populate source file view automatically</string>
@@ -90,7 +90,7 @@
</sizepolicy>
</property>
<property name="text">
- <string>Maximal stack depth:</string>
+ <string>Maximum stack depth:</string>
</property>
</widget>
</item>