gnucash stable: Bug 798839 - Edit -> Preferences string not translatable

Geert Janssens gjanssens at code.gnucash.org
Sun Apr 9 06:01:46 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/7271ddd1 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cb5a9acf (commit)



commit 7271ddd1d640765482866335211d1975110e8727
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Apr 9 12:01:39 2023 +0200

    Bug 798839 - Edit -> Preferences string not translatable
    
    Fix translatable state of _About as well

diff --git a/gnucash/ui/gnc-main-window.ui b/gnucash/ui/gnc-main-window.ui
index d00eae7f2d..42493945fe 100644
--- a/gnucash/ui/gnc-main-window.ui
+++ b/gnucash/ui/gnc-main-window.ui
@@ -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>



Summary of changes:
 gnucash/ui/gnc-main-window.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list