gnucash maint: Fix mnemonic behavior on business preferences page

Geert Janssens gjanssens at code.gnucash.org
Thu May 16 13:02:09 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/539be984 (commit)
	from  https://github.com/Gnucash/gnucash/commit/aeb7e690 (commit)



commit 539be984e5c5d9f76be87bf0f95f9419fc9af91e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu May 16 19:01:19 2019 +0200

    Fix mnemonic behavior on business preferences page

diff --git a/gnucash/gtkbuilder/business-prefs.glade b/gnucash/gtkbuilder/business-prefs.glade
index de2e89473..1f5055918 100644
--- a/gnucash/gtkbuilder/business-prefs.glade
+++ b/gnucash/gtkbuilder/business-prefs.glade
@@ -296,7 +296,7 @@
           <object class="GtkLabel">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="label" translatable="yes">_Days in advance:</property>
+            <property name="label" translatable="yes">Days in ad_vance:</property>
             <property name="use_underline">True</property>
             <property name="mnemonic_widget">pref/dialogs.business.bill/days-in-advance</property>
           </object>
@@ -363,7 +363,7 @@
             <property name="can_focus">False</property>
             <property name="label" translatable="yes">_Days in advance:</property>
             <property name="use_underline">True</property>
-            <property name="mnemonic_widget">pref/dialogs.business.bill/days-in-advance</property>
+            <property name="mnemonic_widget">pref/dialogs.business.invoice/days-in-advance</property>
           </object>
           <packing>
             <property name="left_attach">1</property>



Summary of changes:
 gnucash/gtkbuilder/business-prefs.glade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list