Bug 334939 - Account Report and Account Transaction Report are apparently the same, but different

Change menu entry for the single transaction Account Report
from
"Accout Transaction Report"
to
"Account Report - Single Transaction"

Author:    Carsten Rinke <carsten.rinke@gmx.de>

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23147 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2013-08-20 13:49:46 +00:00
parent 4774967890
commit 61b79aa231
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
G_CALLBACK (gnc_plugin_page_register_cmd_account_report)
},
{
"ReportsAcctTransReportAction", NULL, N_("Account Transaction Report"), NULL,
"ReportsAcctTransReportAction", NULL, N_("Account Report - Single Transaction"), NULL,
N_("Open a register report for the selected Transaction"),
G_CALLBACK (gnc_plugin_page_register_cmd_transaction_report)
},

View File

@ -389,7 +389,7 @@ static GtkActionEntry gnc_plugin_page_register2_actions [] =
G_CALLBACK (gnc_plugin_page_register2_cmd_account_report)
},
{
"ReportsAcctTransReportAction", NULL, N_("Account Transaction Report"), NULL,
"ReportsAcctTransReportAction", NULL, N_("Account Report - Single Transaction"), NULL,
N_("Open a register report for the selected Transaction"),
G_CALLBACK (gnc_plugin_page_register2_cmd_transaction_report)
},