[Gnucash-changes] r12182 - gnucash/trunk/src/gnome - Fix wrong action tooltip text

Christian Stimming cstim at cvs.gnucash.org
Fri Dec 23 17:32:01 EST 2005


Author: cstim
Date: 2005-12-23 17:32:00 -0500 (Fri, 23 Dec 2005)
New Revision: 12182
Trac: http://svn.gnucash.org/trac/changeset/12182

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Fix wrong action tooltip text

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2005-12-23 22:19:08 UTC (rev 12181)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2005-12-23 22:32:00 UTC (rev 12182)
@@ -231,7 +231,7 @@
 	  N_("Jump to the corresponding transaction in the other account"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_jump) },
 	{ "ScheduleTransactionAction", GTK_STOCK_COPY, N_("Schedule..."), NULL,
-	  N_("Edit scheduled transactions"),
+	  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, NULL,
 	  G_CALLBACK (gnc_plugin_page_register_cmd_scrub_all) },



More information about the gnucash-changes mailing list