Fix wrong action tooltip text

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12182 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2005-12-23 22:32:00 +00:00
parent 2594f31a86
commit 06a6835aa6

View File

@ -231,7 +231,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
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) },