gnucash master: Bug 798763 - "Manage Document Link" keyboard shortcut is missing

Robert Fewell bobit at code.gnucash.org
Fri Mar 3 08:14:31 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/c18e4596 (commit)
	from  https://github.com/Gnucash/gnucash/commit/0be0b7e5 (commit)



commit c18e4596b27056c0c9f4ef52fdd41cf15902ec50
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Mar 3 13:12:32 2023 +0000

    Bug 798763 - "Manage Document Link" keyboard shortcut is missing
    
    Added missing underscore in gnc-plugin-page-register.ui

diff --git a/gnucash/ui/gnc-plugin-page-register.ui b/gnucash/ui/gnc-plugin-page-register.ui
index e6923d9a0..9fc54d65a 100644
--- a/gnucash/ui/gnc-plugin-page-register.ui
+++ b/gnucash/ui/gnc-plugin-page-register.ui
@@ -202,7 +202,7 @@
 
   <menu id="TransPlaceholder3">
       <item>
-        <attribute name="label" translatable="yes">Manage Document Link…</attribute>
+        <attribute name="label" translatable="yes">_Manage Document Link…</attribute>
         <attribute name="action">GncPluginPageRegisterActions.LinkTransactionAction</attribute>
         <attribute name="tooltip" translatable="yes">Add, change, or unlink the document linked with the current transaction</attribute>
         <attribute name="temp" translatable="no">yes</attribute>



Summary of changes:
 gnucash/ui/gnc-plugin-page-register.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list