forked from qt-creator/qt-creator
Fix tooltip
The button actually reads "Do Not Show Again". Change-Id: I9e8599d26f1fe4ce73af739833dcec1ed8cc9a07 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
<item row="3" column="0">
|
||||
<widget class="QPushButton" name="resetWarningsButton">
|
||||
<property name="toolTip">
|
||||
<string>Re-enable warnings that were suppressed by selecting "Don't show again" (for example, missing highlighter).</string>
|
||||
<string>Re-enable warnings that were suppressed by selecting "Do Not Show Again" (for example, missing highlighter).</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string comment="Button text">Reset Warnings</string>
|
||||
|
||||
Reference in New Issue
Block a user