Skip to content

Commit

Permalink
Follow-up for ofx file selection filter
Browse files Browse the repository at this point in the history
- use human readable name
- mark for translation
  • Loading branch information
gjanssens committed Mar 29, 2020
1 parent fe4efd4 commit 77c5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/ofx/gnc-ofx-import.c
Expand Up @@ -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 );

Expand Down

0 comments on commit 77c5166

Please sign in to comment.