From 159bf3e01fa765f27595bfb61ed7fed2b167589a Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Thu, 28 Mar 2019 01:18:29 +0100 Subject: [PATCH] GUI: Add mnenoic to "Import Bills..." --- gnucash/import-export/bi-import/gnc-plugin-bi-import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/import-export/bi-import/gnc-plugin-bi-import.c b/gnucash/import-export/bi-import/gnc-plugin-bi-import.c index 9087661084..eb55e26515 100644 --- a/gnucash/import-export/bi-import/gnc-plugin-bi-import.c +++ b/gnucash/import-export/bi-import/gnc-plugin-bi-import.c @@ -54,7 +54,7 @@ static GtkActionEntry gnc_plugin_actions [] = { /* Menu Items */ { "ImportMenuAction", NULL, N_("_Import"), NULL, NULL, NULL }, - { "bi_importAction", "go-previous", N_("Import Bills & Invoices..."), NULL, N_("Import bills and invoices from a CSV text file"), G_CALLBACK(gnc_plugin_bi_import_cmd_test) }, + { "bi_importAction", "go-previous", N_("Import Bills & _Invoices..."), NULL, N_("Import bills and invoices from a CSV text file"), G_CALLBACK(gnc_plugin_bi_import_cmd_test) }, }; static guint gnc_plugin_n_actions = G_N_ELEMENTS(gnc_plugin_actions);