GUI: Replace ambiguous used mnenoic in Export active register

This commit is contained in:
Frank H. Ellenberger 2019-03-28 08:46:25 +01:00
parent 661859ff01
commit 1c301ed1ca

View File

@ -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)
},