gnucash maint: Addendum previous: rename "invoice"->"document"

Christopher Lam clam at code.gnucash.org
Sat Aug 15 01:51:33 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/c5e5bdf8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ca6e5528 (commit)



commit c5e5bdf8c165896e3803311b91758bea4ecba7f8
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Aug 15 13:49:23 2020 +0800

    Addendum previous: rename "invoice"->"document"

diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c
index 90b12969c..bcf006f73 100644
--- a/gnucash/gnome/gnc-plugin-page-register.c
+++ b/gnucash/gnome/gnc-plugin-page-register.c
@@ -4649,8 +4649,8 @@ gnc_plugin_page_register_cmd_jump_associated_invoice (GtkAction* action,
             }
             details = g_list_reverse (details);
             choice = gnc_choose_radio_option_dialog
-                (GNC_PLUGIN_PAGE (plugin_page)->window, _("Select invoice"),
-                 _("Several invoices are associated with this transaction. \
+                (GNC_PLUGIN_PAGE (plugin_page)->window, _("Select document"),
+                 _("Several documents are associated with this transaction. \
 Please choose one:"), _("Select"), 0, details);
             if (choice >= 0)
                 invoice = (GncInvoice *)(g_list_nth (invoices, choice))->data;



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list