diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-06-15 17:20:33 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2011-06-15 17:25:36 +0200 |
commit | 0ef59d99708599c50939812009d0656b29bb0b0b (patch) | |
tree | eb5e679f890ab66b6b4bf26d3e9f00158bf86443 /src/plugins/cpptools | |
parent | a6c63854e474f286387619912fc9821976027856 (diff) | |
download | qt-creator-0ef59d99708599c50939812009d0656b29bb0b0b.tar.gz |
tr()-Fixes for 2.3: Small spelling/notr-fixes.
Change-Id: I66b8b0e20b225429b4399dfca154a2806260ac61
Reviewed-on: http://codereview.qt.nokia.com/483
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/plugins/cpptools')
-rw-r--r-- | src/plugins/cpptools/cppcodestylesettingspage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppcodestylesettingspage.ui b/src/plugins/cpptools/cppcodestylesettingspage.ui index e3d4623a80..aef035423e 100644 --- a/src/plugins/cpptools/cppcodestylesettingspage.ui +++ b/src/plugins/cpptools/cppcodestylesettingspage.ui @@ -340,7 +340,7 @@ <widget class="QCheckBox" name="alignAssignments"> <property name="toolTip"> <string><html><head/><body> -Enables alignment to tokens after =, += etc. When the option is disabled regular continuation line indentation will be used.<br> +Enables alignment to tokens after =, += etc. When the option is disabled, regular continuation line indentation will be used.<br> <br> With alignment: <pre> |