gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Tue Oct 13 19:47:20 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/50e9c1ec (commit)
	 via  https://github.com/Gnucash/gnucash/commit/752d8870 (commit)
	from  https://github.com/Gnucash/gnucash/commit/2f31e65f (commit)



commit 50e9c1ec523dc91654ca6f33ea4a78486d782939
Merge: 2f31e65fa 752d88709
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Oct 14 01:47:07 2020 +0200

    Merge branch 'typo' into maint


commit 752d8870924b2be714fdd1e7e0c39b5489130285
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Oct 14 01:30:28 2020 +0200

    I18N: Redo the typo fix in gnc-plugin-page-register

diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c
index a3d73f0c1..5e36244e3 100644
--- a/gnucash/gnome/gnc-plugin-page-register.c
+++ b/gnucash/gnome/gnc-plugin-page-register.c
@@ -498,7 +498,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
     },
     {
         "GotoDateAction", "x-office-calendar", N_ ("_Go to Date"), "<primary>G",
-        N_ ("Move to the split at specified date"),
+        N_ ("Move to the split at the specified date"),
         G_CALLBACK (gnc_plugin_page_register_cmd_goto_date)
     },
     {
@@ -1955,7 +1955,7 @@ gnc_plugin_page_register_finish_pending (GncPluginPage* page)
 
     if (!finish_scrub (page))
         return FALSE;
-    
+
     reg_page = GNC_PLUGIN_PAGE_REGISTER (page);
     priv = GNC_PLUGIN_PAGE_REGISTER_GET_PRIVATE (reg_page);
     reg = gnc_ledger_display_get_split_register (priv->ledger);



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