mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
2594f31a86
commit
06a6835aa6
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user