gnucash maint: Change text for SX preference option

Robert Fewell bobit at code.gnucash.org
Tue Sep 7 05:40:20 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/4488568b (commit)
	from  https://github.com/Gnucash/gnucash/commit/901fea15 (commit)



commit 4488568b45e6516929af57d506ec0ef344ffcaca
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue Sep 7 10:34:10 2021 +0100

    Change text for SX preference option
    
    Change the text of 'Review created transactions' to better align with
    existing SX text so use "since last run".

diff --git a/gnucash/gtkbuilder/dialog-sx.glade b/gnucash/gtkbuilder/dialog-sx.glade
index 7f14ca0bb..796a20b29 100644
--- a/gnucash/gtkbuilder/dialog-sx.glade
+++ b/gnucash/gtkbuilder/dialog-sx.glade
@@ -721,11 +721,11 @@
         </child>
         <child>
           <object class="GtkCheckButton" id="pref/dialogs.sxs.since-last-run/review-transactions">
-            <property name="label" translatable="yes">Set 'Re_view Created Transactions' as default</property>
+            <property name="label" translatable="yes">Re_view created transactions</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="tooltip_text" translatable="yes">Set 'Review Created Transactions' as the default in the 'Since Last Run' dialog.</property>
+            <property name="tooltip_text" translatable="yes">Set 'Review created transactions' as the default in the "since last run" dialog.</property>
             <property name="halign">start</property>
             <property name="use_underline">True</property>
             <property name="draw_indicator">True</property>



Summary of changes:
 gnucash/gtkbuilder/dialog-sx.glade | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list