summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-03-11 16:21:43 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2014-03-11 16:41:42 +0100
commita8e08dc1bd815cd5eb5ec568583d6daab4d7fb87 (patch)
treec1880b0e3b26fcda01160b597814dcc7d9fa7c5c /src
parent4202b94dbfe9133ecdabaafae98f73f451f96f1a (diff)
downloadqt-creator-a8e08dc1bd815cd5eb5ec568583d6daab4d7fb87.tar.gz
Core: fix capitalization and wording of UI text
Change-Id: Idc6deb33cefc69bce80c989d04c59a0a4d7201e4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/coreplugin/generalsettings.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/generalsettings.ui b/src/plugins/coreplugin/generalsettings.ui
index 088111ab4d..a865e87394 100644
--- a/src/plugins/coreplugin/generalsettings.ui
+++ b/src/plugins/coreplugin/generalsettings.ui
@@ -110,10 +110,10 @@
<item row="3" column="0">
<widget class="QPushButton" name="resetWarningsButton">
<property name="toolTip">
- <string>Re-enable all warnings which were suppressed using &quot;Don't show again&quot; button (e.g. missing highlighter).</string>
+ <string>Re-enable warnings that were suppressed by selecting &quot;Don't show again&quot; (for example, missing highlighter).</string>
</property>
<property name="text">
- <string comment="Button text">Reset warnings</string>
+ <string comment="Button text">Reset Warnings</string>
</property>
</widget>
</item>