gnucash master: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Thu Jun 11 07:10:03 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/d784a2fb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3bd3eecc (commit)
	from  https://github.com/Gnucash/gnucash/commit/64bcd320 (commit)



commit d784a2fb51a8ede168c4cdee863b89c158a42092
Merge: 64bcd320b 3bd3eecc0
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Jun 11 12:58:40 2020 +0200

    Merge branch 'maint'


commit 3bd3eecc006d9059f19494765c3b15c8f75f72a2
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Jun 11 12:03:41 2020 +0200

    I18N: Improve tooltip about double-line-mode
    
    Suggestion by Adrien Monteleone
    https://lists.gnucash.org/pipermail/gnucash-user/2020-June/091425.html

diff --git a/gnucash/gnome/gnc-plugin-page-register.c b/gnucash/gnome/gnc-plugin-page-register.c
index 7b05beffc..1ac952d1b 100644
--- a/gnucash/gnome/gnc-plugin-page-register.c
+++ b/gnucash/gnome/gnc-plugin-page-register.c
@@ -525,7 +525,7 @@ static GtkToggleActionEntry toggle_entries[] =
 {
     {
         "ViewStyleDoubleLineAction", NULL, N_ ("_Double Line"), NULL,
-        N_ ("Show two lines of information for each transaction"),
+        N_ ("Show a second line with \"Action\", \"Notes\", and \"File Association\" for each transaction."),
         G_CALLBACK (gnc_plugin_page_register_cmd_style_double_line), FALSE
     },
 
diff --git a/gnucash/gnome/gnc-plugin-page-register2.c b/gnucash/gnome/gnc-plugin-page-register2.c
index fe9f5ffb2..df572ce2e 100644
--- a/gnucash/gnome/gnc-plugin-page-register2.c
+++ b/gnucash/gnome/gnc-plugin-page-register2.c
@@ -129,8 +129,8 @@ static gchar *gnc_plugin_page_register2_filter_time2dmy (time64 raw_time);
 static gchar *gnc_plugin_page_register2_get_filter (GncPluginPage *plugin_page);
 void gnc_plugin_page_register2_set_filter (GncPluginPage *plugin_page, const gchar *filter);
 
-static void gnc_ppr_update_status_query (GncPluginPageRegister2 *page, gboolean refresh_page); 
-static void gnc_ppr_update_date_query (GncPluginPageRegister2 *page, gboolean refresh_page); 
+static void gnc_ppr_update_status_query (GncPluginPageRegister2 *page, gboolean refresh_page);
+static void gnc_ppr_update_date_query (GncPluginPageRegister2 *page, gboolean refresh_page);
 
 /* Command callbacks */
 static void gnc_plugin_page_register2_cmd_print_check (GtkAction *action, GncPluginPageRegister2 *plugin_page);
@@ -408,7 +408,7 @@ static GtkToggleActionEntry toggle_entries[] =
 {
     {
         "ViewStyleDoubleLineAction", NULL, N_("_Double Line"), NULL,
-        N_("Show two lines of information for each transaction"),
+        N_("Show a second line with \"Action\", \"Notes\", and \"File Association\" for each transaction."),
         G_CALLBACK (gnc_plugin_page_register2_cmd_style_double_line), FALSE
     },
 
@@ -908,7 +908,7 @@ gnc_plugin_page_register2_ui_update (gpointer various, GncPluginPageRegister2 *p
 
     /* Set 'Void' and 'Unvoid' */
     trans = gnc_tree_view_split_reg_get_current_trans (view);
-    voided = xaccTransHasSplitsInState (trans, VREC); 
+    voided = xaccTransHasSplitsInState (trans, VREC);
 
     action = gnc_plugin_page_get_action (GNC_PLUGIN_PAGE (page),
                                          "VoidTransactionAction");
diff --git a/gnucash/gschemas/org.gnucash.gschema.xml.in b/gnucash/gschemas/org.gnucash.gschema.xml.in
index d35bc7d5a..4df6f566f 100644
--- a/gnucash/gschemas/org.gnucash.gschema.xml.in
+++ b/gnucash/gschemas/org.gnucash.gschema.xml.in
@@ -302,8 +302,8 @@
     </key>
     <key name="double-line-mode" type="b">
       <default>false</default>
-      <summary>Show two lines of information for each transaction</summary>
-      <description>Show two lines of information for each transaction in a register. This is the default setting for when a register is first opened. The setting can be changed at any time via the "View->Double Line" menu item.</description>
+      <summary>Show a second line with "Action", "Notes", and "File Association" for each transaction.</summary>
+      <description>Show a second line with "Action", "Notes", and "File Association" for each transaction in a register. This is the default setting for when a register is first opened. The setting can be changed at any time via the "View->Double Line" menu item.</description>
     </key>
     <key name="show-leaf-account-names" type="b">
       <default>false</default>



Summary of changes:
 gnucash/gnome/gnc-plugin-page-register.c    | 2 +-
 gnucash/gnome/gnc-plugin-page-register2.c   | 8 ++++----
 gnucash/gschemas/org.gnucash.gschema.xml.in | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)



More information about the gnucash-changes mailing list