Core: fix capitalization and wording of UI text

Change-Id: Idc6deb33cefc69bce80c989d04c59a0a4d7201e4
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Leena Miettinen
2014-03-11 16:21:43 +01:00
parent 4202b94dbf
commit a8e08dc1bd

View File

@@ -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>