Skip to content

Commit aefa7d3

Browse files
committed
GUI: Shorten menutexts for error/style items.
Items located in 'View' menu don't need 'Show' word as View-menu name already implies it is about viewing items.
1 parent bee8d15 commit aefa7d3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

gui/main.ui

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,12 @@
286286
<normaloff>:/images/showstylewarnings.png</normaloff>:/images/showstylewarnings.png</iconset>
287287
</property>
288288
<property name="text">
289+
<string>Style warnings</string>
290+
</property>
291+
<property name="iconText">
292+
<string>Show style warnings</string>
293+
</property>
294+
<property name="toolTip">
289295
<string>Show style warnings</string>
290296
</property>
291297
</action>
@@ -298,6 +304,12 @@
298304
<normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset>
299305
</property>
300306
<property name="text">
307+
<string>Common errors</string>
308+
</property>
309+
<property name="iconText">
310+
<string>Show common errors</string>
311+
</property>
312+
<property name="toolTip">
301313
<string>Show common errors</string>
302314
</property>
303315
</action>

0 commit comments

Comments
 (0)