diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2011-09-26 15:19:41 +0200 |
---|---|---|
committer | Leandro T. C. Melo <leandro.melo@nokia.com> | 2011-09-26 16:43:46 +0200 |
commit | 12c58839c3d7a23bf0b670c552924b4965e9599f (patch) | |
tree | 05c7bfc0a3d6f73ad56cd916301af31b16d18ffc | |
parent | eb6cee45e17c4ed69d7671860c353b44213b21a0 (diff) | |
download | qt-creator-12c58839c3d7a23bf0b670c552924b4965e9599f.tar.gz |
Editor: Make ui text clearer for matching characters
Change-Id: I23a5dd090fd37cd645fba3fde83f56b8c9ac1f7a
Reviewed-on: http://codereview.qt-project.org/5545
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
-rw-r--r-- | src/plugins/cpptools/completionsettingspage.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/cpptools/completionsettingspage.ui b/src/plugins/cpptools/completionsettingspage.ui index 7c2e2eff60..3153acdddb 100644 --- a/src/plugins/cpptools/completionsettingspage.ui +++ b/src/plugins/cpptools/completionsettingspage.ui @@ -117,13 +117,13 @@ </property> </widget> </item> - <item row="3" column="0"> + <item row="3" column="0" colspan="2"> <widget class="QCheckBox" name="autoInsertBrackets"> <property name="toolTip"> - <string>Automatically insert brackets and semicolons when appropriate.</string> + <string>Automatically insert semicolons and closing brackets, parentheses, curly braces, and quotes when appropriate.</string> </property> <property name="text"> - <string>&Automatically insert brackets</string> + <string>&Automatically insert matching characters</string> </property> <property name="checked"> <bool>true</bool> @@ -151,10 +151,10 @@ <item> <widget class="QCheckBox" name="surroundSelectedText"> <property name="toolTip"> - <string>Automatically surround text selections with brackets.</string> + <string>When typing a matching character and there is a text selection, instead of removing the selection, surround it with the corresponding characters.</string> </property> <property name="text"> - <string>Surround selected &text</string> + <string>Surround &text selections</string> </property> <property name="checked"> <bool>true</bool> |