mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798839 - Edit -> Preferences string not translatable
Fix translatable state of _About as well
This commit is contained in:
parent
cb5a9acf76
commit
7271ddd1d6
@ -140,7 +140,7 @@
|
||||
</section>
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">Pr_eferences</attribute>
|
||||
<attribute name="label" translatable="yes">Pr_eferences</attribute>
|
||||
<attribute name="action">mainwin.EditPreferencesAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">Edit the global preferences of GnuCash</attribute>
|
||||
<attribute name="hidden-when">action-disabled</attribute>
|
||||
@ -515,7 +515,7 @@
|
||||
<attribute name="tooltip" translatable="yes">Open the GnuCash Help</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="no">_About</attribute>
|
||||
<attribute name="label" translatable="yes">_About</attribute>
|
||||
<attribute name="action">mainwin.HelpAboutAction</attribute>
|
||||
<attribute name="tooltip" translatable="yes">About GnuCash</attribute>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user