gnucash maint: [assistant-stock-transaction.glade] fix incorrect sentences

Christopher Lam clam at code.gnucash.org
Sun Mar 13 11:03:30 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/7fd17ac0 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ba598395 (commit)



commit 7fd17ac0ac09c3f62a592c48d000113b8d80d79b
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 13 23:02:14 2022 +0800

    [assistant-stock-transaction.glade] fix incorrect sentences
    
    and remove comments attribute which were copied from original
    assistant-stock-split.glade

diff --git a/gnucash/gtkbuilder/assistant-stock-transaction.glade b/gnucash/gtkbuilder/assistant-stock-transaction.glade
index 339ca2b3a..f8af8ecbc 100644
--- a/gnucash/gtkbuilder/assistant-stock-transaction.glade
+++ b/gnucash/gtkbuilder/assistant-stock-transaction.glade
@@ -122,7 +122,7 @@
             <property name="visible">True</property>
             <property name="can-focus">False</property>
             <property name="margin-bottom">6</property>
-            <property name="label" translatable="yes">Select the type of transaction date and description for your records.</property>
+            <property name="label" translatable="yes">Select the date and description for your records.</property>
             <property name="wrap">True</property>
           </object>
           <packing>
@@ -197,7 +197,7 @@
             <property name="visible">True</property>
             <property name="can-focus">False</property>
             <property name="margin-bottom">6</property>
-            <property name="label" translatable="yes">Enter the date and the number of shares you gained or lost in the transaction.</property>
+            <property name="label" translatable="yes">Enter the number of shares you gained or lost in the transaction.</property>
             <property name="wrap">True</property>
           </object>
           <packing>
@@ -518,7 +518,7 @@
         </child>
       </object>
       <packing>
-        <property name="title" translatable="yes" comments="Dialog title for the remains of a stock split">Cash</property>
+        <property name="title" translatable="yes">Cash</property>
         <property name="complete">True</property>
       </packing>
     </child>



Summary of changes:
 gnucash/gtkbuilder/assistant-stock-transaction.glade | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list