gnucash maint: Remove a misleading comma in assistant-csv-export

Frank H.Ellenberger fell at code.gnucash.org
Mon Mar 29 14:44:20 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/70ae1136 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a59fa375 (commit)



commit 70ae1136142decf4eb6577f9d93fbef58202bdc3
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Mar 29 20:36:28 2021 +0200

    Remove a misleading comma in assistant-csv-export

diff --git a/gnucash/import-export/csv-exp/assistant-csv-export.c b/gnucash/import-export/csv-exp/assistant-csv-export.c
index 9397e21b9..431f1f493 100644
--- a/gnucash/import-export/csv-exp/assistant-csv-export.c
+++ b/gnucash/import-export/csv-exp/assistant-csv-export.c
@@ -90,8 +90,8 @@ static const gchar *start_trans_common_string = N_(
             "While a transaction may have splits in several of the selected accounts "
             "it will only be exported once. It will appear under the first processed "
             "account it has a split in.\n\n"
-            "Price/Rate output format is controlled by the Preference setting,\n"
-            "Numbers, Date, Time->Force Prices to display as decimals\n\n"
+            "The Price/Rate output format is controlled by the preference\n"
+            "\"Numbers, Date, Time\"->\"Force Prices to display as decimals\".\n\n"
             "Select the settings you require for the file and then click \"Next\" "
             "to proceed or \"Cancel\" to abort the export.\n");
 



Summary of changes:
 gnucash/import-export/csv-exp/assistant-csv-export.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list