gnucash maint: Add a translator comment in csv price import

Frank H.Ellenberger fell at code.gnucash.org
Thu Sep 26 15:55:36 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ca01ce17 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8fbf4cd0 (commit)



commit ca01ce1700bb28e75427c5b02ffa2739dbf2d52e
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Sep 26 21:25:36 2019 +0200

    Add a translator comment in csv price import

diff --git a/gnucash/gtkbuilder/assistant-csv-price-import.glade b/gnucash/gtkbuilder/assistant-csv-price-import.glade
index 8c84dd115..85a96ca5e 100644
--- a/gnucash/gtkbuilder/assistant-csv-price-import.glade
+++ b/gnucash/gtkbuilder/assistant-csv-price-import.glade
@@ -50,7 +50,7 @@
       <object class="GtkLabel" id="start_page">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="label" translatable="yes">This assistant will help you import Prices from a CSV file.
+        <property name="label" translatable="yes" comments="You should localize the (british) examples to your region.">This assistant will help you import Prices from a CSV file.
 
 There is a minimum number of columns that have to be present for a successful import, these are Date, Amount, From Namespace, From Symbol and Currency To. If all entries are for the same Commodity / Currency then you can select them and then the columns will be Date and Amount.
 
@@ -1085,5 +1085,8 @@ Cancel to abort.</b></property>
     <child>
       <placeholder/>
     </child>
+    <child>
+      <placeholder/>
+    </child>
   </object>
 </interface>



Summary of changes:
 gnucash/gtkbuilder/assistant-csv-price-import.glade | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list