gnucash maint: GUI: Replace ambiguous used mnenoic in Export active register
Frank H.Ellenberger
fell at code.gnucash.org
Thu Mar 28 03:51:11 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/1c301ed1 (commit)
from https://github.com/Gnucash/gnucash/commit/661859ff (commit)
commit 1c301ed1ca7e91f06bf70462e3c448f2d23ef530
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Mar 28 08:46:25 2019 +0100
GUI: Replace ambiguous used mnenoic in Export active register
diff --git a/gnucash/import-export/csv-exp/gnc-plugin-csv-export.c b/gnucash/import-export/csv-exp/gnc-plugin-csv-export.c
index 3092e968f..3bf5a0cce 100644
--- a/gnucash/import-export/csv-exp/gnc-plugin-csv-export.c
+++ b/gnucash/import-export/csv-exp/gnc-plugin-csv-export.c
@@ -61,7 +61,8 @@ static GtkActionEntry gnc_plugin_actions [] =
G_CALLBACK (gnc_plugin_csv_export_trans_cmd)
},
{
- "CsvExportRegisterAction", "go-next", N_("Export _Active Register to CSV..."), NULL,
+ "CsvExportRegisterAction", "go-next", N_("Export A_ctive Register to CSV...")
+ /* _A is already used by Export Accounts */, NULL,
N_("Export the Active Register to a CSV file"),
G_CALLBACK (gnc_plugin_csv_export_register_cmd)
},
Summary of changes:
gnucash/import-export/csv-exp/gnc-plugin-csv-export.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list