[Gnucash-changes] r12050 - gnucash/trunk - Change "Reverse Transaction" menu item to be "Add Reversing

David Hampton hampton at cvs.gnucash.org
Sat Nov 26 14:32:32 EST 2005


Author: hampton
Date: 2005-11-26 14:32:31 -0500 (Sat, 26 Nov 2005)
New Revision: 12050
Trac: http://svn.gnucash.org/trac/changeset/12050

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Change "Reverse Transaction" menu item to be "Add Reversing
Transaction".


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-26 17:51:35 UTC (rev 12049)
+++ gnucash/trunk/ChangeLog	2005-11-26 19:32:31 UTC (rev 12050)
@@ -1,5 +1,8 @@
 2005-11-26  David Hampton  <hampton at employees.org>
 
+	* src/gnome/gnc-plugin-page-register.c: Change "Reverse
+	Transaction" menu item to be "Add Reversing Transaction".
+
 	* src/gnome/gnc-plugin-page-register.c: Eliminate extra redrawing
 	of the register by suspending events around the entire reverse
 	transaction operation.  Speed up the command significantly.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2005-11-26 17:51:35 UTC (rev 12049)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2005-11-26 19:32:31 UTC (rev 12050)
@@ -197,7 +197,7 @@
 	  G_CALLBACK (gnc_plugin_page_register_cmd_void_transaction) },
 	{ "UnvoidTransactionAction", NULL, N_("_Unvoid Transaction"), NULL, NULL,
 	  G_CALLBACK (gnc_plugin_page_register_cmd_unvoid_transaction) },
-	{ "ReverseTransactionAction", NULL, N_("_Reverse Transaction"), NULL, NULL,
+	{ "ReverseTransactionAction", NULL, N_("Add _Reversing Transaction"), NULL, NULL,
 	  G_CALLBACK (gnc_plugin_page_register_cmd_reverse_transaction) },
 
 	/* View menu */



More information about the gnucash-changes mailing list