gnucash maint: I18N: Improve message of PR #1232

Frank H.Ellenberger fell at code.gnucash.org
Thu Jan 6 04:59:38 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/11a64f8e (commit)
	from  https://github.com/Gnucash/gnucash/commit/91d3720d (commit)



commit 11a64f8ebef12c3cafde141c79c4a5fc9d7e1f37
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Thu Jan 6 10:55:50 2022 +0100

    I18N: Improve message of PR #1232

diff --git a/gnucash/import-export/import-main-matcher.c b/gnucash/import-export/import-main-matcher.c
index 5cd1d5ae2..9ed70b047 100644
--- a/gnucash/import-export/import-main-matcher.c
+++ b/gnucash/import-export/import-main-matcher.c
@@ -458,7 +458,7 @@ gnc_gen_trans_list_show_all (GNCImportMainMatcher *info)
     temp_trans_list = info->temp_trans_list;
     if (!temp_trans_list)
     {
-        gnc_info_dialog (GTK_WINDOW (info->main_widget), _("While importing transactions found no new transactions."));
+        gnc_info_dialog (GTK_WINDOW (info->main_widget), _("No new transactions were found in this import."));
         return;
     }
     trans_info = temp_trans_list->data;
@@ -1898,7 +1898,7 @@ static void
 match_helper (Split* data, match_struct* s)
 {
     split_find_match (s->transaction_info, data,
-                      s->display_threshold, 
+                      s->display_threshold,
                       s->date_threshold,
                       s->date_not_threshold,
                       s->fuzzy_amount);



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



More information about the gnucash-changes mailing list