gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Oct 11 13:18:18 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/bda7d50b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8b82970c (commit)
	from  https://github.com/Gnucash/gnucash/commit/59bd247d (commit)



commit bda7d50b1fb28b336d6ff817ee75d0b5e66d8bf9
Merge: 59bd247db 8b82970c6
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 11 10:17:15 2021 -0700

    Merge Christian Wehling's 'trailing_spaces' into maint.


commit 8b82970c63743ea44f1f42b76bc66990c50bf555
Author: Christian Wehling <christian.wehling at web.de>
Date:   Fri Oct 1 17:57:12 2021 +0200

    Removed spaces at the end of translatable strings.

diff --git a/gnucash/gtkbuilder/dialog-commodity.glade b/gnucash/gtkbuilder/dialog-commodity.glade
index 4084c8a6e..3a130e972 100644
--- a/gnucash/gtkbuilder/dialog-commodity.glade
+++ b/gnucash/gtkbuilder/dialog-commodity.glade
@@ -143,8 +143,8 @@
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="has_tooltip">True</property>
-                <property name="tooltip_markup">Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are retrieving quotes online, this field must exactly match the ticker symbol used by the quote source (including case). </property>
-                <property name="tooltip_text" translatable="yes">Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are retrieving quotes online, this field must exactly match the ticker symbol used by the quote source (including case). </property>
+                <property name="tooltip_markup">Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are retrieving quotes online, this field must exactly match the ticker symbol used by the quote source (including case).</property>
+                <property name="tooltip_text" translatable="yes">Enter the ticker symbol for the commodity (e.g. CSCO or AAPL). If you are retrieving quotes online, this field must exactly match the ticker symbol used by the quote source (including case).</property>
                 <property name="invisible_char">●</property>
                 <property name="activates_default">True</property>
                 <property name="primary_icon_activatable">False</property>
@@ -637,7 +637,7 @@
   <object class="GtkDialog" id="security_selector_dialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Select security/currency </property>
+    <property name="title" translatable="yes">Select security/currency</property>
     <property name="resizable">False</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
diff --git a/gnucash/gtkbuilder/dialog-sx.glade b/gnucash/gtkbuilder/dialog-sx.glade
index 796a20b29..b5269df58 100644
--- a/gnucash/gtkbuilder/dialog-sx.glade
+++ b/gnucash/gtkbuilder/dialog-sx.glade
@@ -671,7 +671,7 @@
         </child>
         <child>
           <object class="GtkCheckButton" id="pref/dialogs.sxs.transaction-editor/notify">
-            <property name="label" translatable="yes">_Notify before transactions are created </property>
+            <property name="label" translatable="yes">_Notify before transactions are created</property>
             <property name="visible">True</property>
             <property name="sensitive">False</property>
             <property name="can_focus">True</property>
diff --git a/gnucash/register/ledger-core/gncEntryLedgerModel.c b/gnucash/register/ledger-core/gncEntryLedgerModel.c
index 81aa10a36..15cd3f2f9 100644
--- a/gnucash/register/ledger-core/gncEntryLedgerModel.c
+++ b/gnucash/register/ledger-core/gncEntryLedgerModel.c
@@ -759,7 +759,7 @@ static char * get_value_help (VirtualLocation virt_loc, gpointer user_data)
 
     help = gnc_table_get_entry (ledger->table, virt_loc);
     if (!help || *help == '\0')
-        help = _("The subtotal value of this entry ");
+        help = _("The subtotal value of this entry");
 
     return g_strdup (help);
 }
diff --git a/gnucash/report/trep-engine.scm b/gnucash/report/trep-engine.scm
index fb0ea735b..93fbe6352 100644
--- a/gnucash/report/trep-engine.scm
+++ b/gnucash/report/trep-engine.scm
@@ -586,7 +586,7 @@ blank, which will disable the filter.")
     "i2"
     (G_ "By default the transaction filter will search substring only. Set this to true to \
 enable full POSIX regular expressions capabilities. '#work|#family' will match both \
-tags within description, notes or memo. ")
+tags within description, notes or memo.")
     #f))
 
   (gnc:register-trep-option



Summary of changes:
 gnucash/gtkbuilder/dialog-commodity.glade          | 6 +++---
 gnucash/gtkbuilder/dialog-sx.glade                 | 2 +-
 gnucash/register/ledger-core/gncEntryLedgerModel.c | 2 +-
 gnucash/report/trep-engine.scm                     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)



More information about the gnucash-changes mailing list