mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix duplicate menu item shortcut. Fixes #330671.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
046c8f34fe
commit
d880dac151
@ -270,10 +270,10 @@ static GtkActionEntry gnc_menu_actions [] =
|
||||
/* Actions menu */
|
||||
|
||||
{ "ScrubMenuAction", NULL, N_("_Check & Repair"), NULL, NULL, NULL },
|
||||
{ "ActionsForgetWarningsAction", NULL, N_("_Reset Warnings..."), NULL,
|
||||
{ "ActionsForgetWarningsAction", NULL, N_("Reset _Warnings..."), NULL,
|
||||
N_("Reset the state of all warning message so they will be shown again."),
|
||||
G_CALLBACK (gnc_main_window_cmd_actions_reset_warnings) },
|
||||
{ "ActionsRenamePageAction", NULL, N_("Rename Page"), NULL,
|
||||
{ "ActionsRenamePageAction", NULL, N_("Re_name Page"), NULL,
|
||||
N_("Rename this page."),
|
||||
G_CALLBACK (gnc_main_window_cmd_actions_rename_page) },
|
||||
|
||||
|
@ -235,7 +235,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
|
||||
{ "JumpTransactionAction", GTK_STOCK_JUMP_TO, N_("_Jump"), NULL,
|
||||
N_("Jump to the corresponding transaction in the other account"),
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_jump) },
|
||||
{ "ScheduleTransactionAction", GTK_STOCK_REDO, N_("Schedule..."), NULL,
|
||||
{ "ScheduleTransactionAction", GTK_STOCK_REDO, N_("Sche_dule..."), NULL,
|
||||
N_("Create a Scheduled Transaction with the current transaction as a template"),
|
||||
G_CALLBACK (gnc_plugin_page_register_cmd_schedule) },
|
||||
{ "ScrubAllAction", NULL, N_("_All transactions"), NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user