gnucash maint: GUI: Add mnenoic to "Import Bills..."
Frank H.Ellenberger
fell at code.gnucash.org
Wed Mar 27 20:19:02 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/159bf3e0 (commit)
from https://github.com/Gnucash/gnucash/commit/19d864ce (commit)
commit 159bf3e01fa765f27595bfb61ed7fed2b167589a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Mar 28 01:18:29 2019 +0100
GUI: Add mnenoic to "Import Bills..."
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 908766108..eb55e2651 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);
Summary of changes:
gnucash/import-export/bi-import/gnc-plugin-bi-import.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list