GUI: Use simple "Errors" instead of "Common errors".
We have only one "error" category nowadays so we don't need to separate different error categories anymore.
This commit is contained in:
parent
ba38f73168
commit
8a81022a30
|
@ -330,13 +330,13 @@
|
||||||
<normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset>
|
<normaloff>:/images/showerrors.png</normaloff>:/images/showerrors.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Common errors</string>
|
<string>Errors</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconText">
|
<property name="iconText">
|
||||||
<string>Show common errors</string>
|
<string>Show errors</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Show common errors</string>
|
<string>Show errors</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="mActionCheckAll">
|
<action name="mActionCheckAll">
|
||||||
|
|
Loading…
Reference in New Issue