Bug 798839 - Edit -> Preferences string not translatable

Fix translatable state of _About as well
This commit is contained in:
Geert Janssens 2023-04-09 12:01:39 +02:00
parent cb5a9acf76
commit 7271ddd1d6

View File

@ -140,7 +140,7 @@
</section> </section>
<section> <section>
<item> <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="action">mainwin.EditPreferencesAction</attribute>
<attribute name="tooltip" translatable="yes">Edit the global preferences of GnuCash</attribute> <attribute name="tooltip" translatable="yes">Edit the global preferences of GnuCash</attribute>
<attribute name="hidden-when">action-disabled</attribute> <attribute name="hidden-when">action-disabled</attribute>
@ -515,7 +515,7 @@
<attribute name="tooltip" translatable="yes">Open the GnuCash Help</attribute> <attribute name="tooltip" translatable="yes">Open the GnuCash Help</attribute>
</item> </item>
<item> <item>
<attribute name="label" translatable="no">_About</attribute> <attribute name="label" translatable="yes">_About</attribute>
<attribute name="action">mainwin.HelpAboutAction</attribute> <attribute name="action">mainwin.HelpAboutAction</attribute>
<attribute name="tooltip" translatable="yes">About GnuCash</attribute> <attribute name="tooltip" translatable="yes">About GnuCash</attribute>
</item> </item>