diff --git a/gnucash/import-export/ofx/gnc-ofx-import.c b/gnucash/import-export/ofx/gnc-ofx-import.c index b4c0c3e0b9..e0da8b4175 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 );