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.
This commit is contained in:
parent
bee8d15848
commit
aefa7d3370
12
gui/main.ui
12
gui/main.ui
|
@ -286,6 +286,12 @@
|
|||
<normaloff>:/images/showstylewarnings.png</normaloff>:/images/showstylewarnings.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Style warnings</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Show style warnings</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Show style warnings</string>
|
||||
</property>
|
||||
</action>
|
||||
|
@ -298,6 +304,12 @@
|
|||
<normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Common errors</string>
|
||||
</property>
|
||||
<property name="iconText">
|
||||
<string>Show common errors</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Show common errors</string>
|
||||
</property>
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue