forked from qt-creator/qt-creator
Core: fix capitalization and wording of UI text
Change-Id: Idc6deb33cefc69bce80c989d04c59a0a4d7201e4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -110,10 +110,10 @@
|
|||||||
<item row="3" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QPushButton" name="resetWarningsButton">
|
<widget class="QPushButton" name="resetWarningsButton">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Re-enable all warnings which were suppressed using "Don't show again" button (e.g. missing highlighter).</string>
|
<string>Re-enable warnings that were suppressed by selecting "Don't show again" (for example, missing highlighter).</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string comment="Button text">Reset warnings</string>
|
<string comment="Button text">Reset Warnings</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user