gnucash maint: Follow-up for ofx file selection filter

Geert Janssens gjanssens at code.gnucash.org
Mon Mar 30 02:40:18 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/77c51660 (commit)
	from  https://github.com/Gnucash/gnucash/commit/fe4efd40 (commit)



commit 77c51660758503549067c7d3ff558dcfa3a2b0e3
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Mar 29 16:53:20 2020 +0200

    Follow-up for ofx file selection filter
    
    - use human readable name
    - mark for translation

diff --git a/gnucash/import-export/ofx/gnc-ofx-import.c b/gnucash/import-export/ofx/gnc-ofx-import.c
index b4c0c3e0b..e0da8b417 100644
--- a/gnucash/import-export/ofx/gnc-ofx-import.c
+++ b/gnucash/import-export/ofx/gnc-ofx-import.c
@@ -1045,7 +1045,7 @@ void gnc_file_ofx_import (GtkWindow *parent)
     DEBUG("gnc_file_ofx_import(): Begin...\n");
 
     default_dir = gnc_get_default_directory(GNC_PREFS_GROUP);
-    gtk_file_filter_set_name (filter, "ofx/qfx files (*.ofx,*.qfx)");
+    gtk_file_filter_set_name (filter, _("Open/Quicken Financial Exchange file (*.ofx, *.qfx)"));
     gtk_file_filter_add_pattern (filter, "*.[oqOQ][fF][xX]");
     filters = g_list_prepend( filters, filter );
 



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