Bug#334939, partial: clarify the tooltips for the register reports.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2007-05-05 20:29:39 +00:00
parent 3eb070ab80
commit 2252770c56

View File

@ -247,20 +247,18 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
{ "ScheduleTransactionAction", GNC_STOCK_SCHEDULE, 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,
NULL,
{ "ScrubAllAction", NULL, N_("_All transactions"), NULL, NULL,
G_CALLBACK (gnc_plugin_page_register_cmd_scrub_all) },
{ "ScrubCurrentAction", NULL, N_("_This transaction"), NULL,
NULL,
{ "ScrubCurrentAction", NULL, N_("_This transaction"), NULL, NULL,
G_CALLBACK (gnc_plugin_page_register_cmd_scrub_current) },
/* Reports menu */
{ "ReportsAccountReportAction", NULL, N_("Account Report"), NULL,
N_("Open a register report window for this transaction"),
N_("Open a register report for this Account"),
G_CALLBACK (gnc_plugin_page_register_cmd_account_report) },
{ "ReportsAcctTransReportAction", NULL, N_("Account Transaction Report"), NULL,
N_("Open a register report window for this transaction"),
N_("Open a register report for the selected Transaction"),
G_CALLBACK (gnc_plugin_page_register_cmd_transaction_report) },
};
static guint gnc_plugin_page_register_n_actions = G_N_ELEMENTS (gnc_plugin_page_register_actions);