[Gnucash-changes] r13203 - gnucash/trunk/src - Fix duplicate menu item shortcut. Fixes #330671.

Christian Stimming cstim at cvs.gnucash.org
Sat Feb 11 05:18:01 EST 2006


Author: cstim
Date: 2006-02-11 05:18:00 -0500 (Sat, 11 Feb 2006)
New Revision: 13203
Trac: http://svn.gnucash.org/trac/changeset/13203

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Fix duplicate menu item shortcut. Fixes #330671.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-11 10:14:56 UTC (rev 13202)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-11 10:18:00 UTC (rev 13203)
@@ -235,7 +235,7 @@
 	{ "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,

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-02-11 10:14:56 UTC (rev 13202)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-02-11 10:18:00 UTC (rev 13203)
@@ -270,10 +270,10 @@
 	/* 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) },
 



More information about the gnucash-changes mailing list