summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/behaviorsettingspage.ui
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-10-28 16:20:16 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-10-28 20:24:11 +0200
commit36f2e31f7413f00991e1371d8017771bebcadac3 (patch)
tree36e71e487ca29b0c20d95f8f6cf997c2680b6bf2 /src/plugins/texteditor/behaviorsettingspage.ui
parente4d8253473378362c3503c4af28164fc8c36462b (diff)
downloadqt-creator-36f2e31f7413f00991e1371d8017771bebcadac3.tar.gz
less bizarre title and tool tips for "storage" groupbox
Diffstat (limited to 'src/plugins/texteditor/behaviorsettingspage.ui')
-rw-r--r--src/plugins/texteditor/behaviorsettingspage.ui7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/texteditor/behaviorsettingspage.ui b/src/plugins/texteditor/behaviorsettingspage.ui
index 0a9e92ae08..4ad8962ae4 100644
--- a/src/plugins/texteditor/behaviorsettingspage.ui
+++ b/src/plugins/texteditor/behaviorsettingspage.ui
@@ -307,14 +307,17 @@ Influences the indentation of continuation lines.
</item>
<item>
<widget class="QGroupBox" name="groupBoxStorageSettings">
+ <property name="toolTip">
+ <string>Cleanup actions which are automatically performed right before the file is saved to disk.</string>
+ </property>
<property name="title">
- <string>Storage</string>
+ <string>Cleanups Upon Saving</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="cleanWhitespace">
<property name="toolTip">
- <string>Removes trailing whitespace on saving.</string>
+ <string>Removes trailing whitespace upon saving.</string>
</property>
<property name="text">
<string>&amp;Clean whitespace</string>