gnucash maint: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Oct 11 12:51:05 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/59bd247d (commit)
via https://github.com/Gnucash/gnucash/commit/d0d4d95e (commit)
from https://github.com/Gnucash/gnucash/commit/23d964a6 (commit)
commit 59bd247db7b2feae8573c95788de5052c744e236
Merge: 23d964a6a d0d4d95e3
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Oct 11 09:48:42 2021 -0700
Merge Jean Laroche's '105334_ofx_multiple_accounts' into maint.
commit d0d4d95e3ba01b13069df9fba2cfd30ca1336cd9
Author: jean <27791933+jeanlaroche at users.noreply.github.com>
Date: Wed Sep 22 23:53:46 2021 -0700
Change the wording of the dialog when no new transactions need to be reviewed
diff --git a/gnucash/import-export/ofx/gnc-ofx-import.c b/gnucash/import-export/ofx/gnc-ofx-import.c
index f75952345..c7de890bd 100644
--- a/gnucash/import-export/ofx/gnc-ofx-import.c
+++ b/gnucash/import-export/ofx/gnc-ofx-import.c
@@ -1199,7 +1199,7 @@ runMatcher(ofx_info* info, char * selected_filename, gboolean go_to_next_file)
if (info->num_trans_processed)
{
gchar* acct_name = gnc_get_account_name_for_register (first_account);
- gnc_info_dialog (parent, _("OFX file '%s', imported transactions for account '%s'\n%d transactions processed, no transactions to match"),
+ gnc_info_dialog (parent, _("While importing transactions from OFX file '%s' into account '%s', found %d previously imported transactions, no new transactions."),
selected_filename, acct_name, info->num_trans_processed);
g_free (acct_name);
gnc_ofx_match_done (NULL,info);
Summary of changes:
gnucash/import-export/ofx/gnc-ofx-import.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list