Bug #609044: Improve UI strings for tax report options

Patch by Frank H. Ellenberger:

As we currently have a nice US income and a partial german VAT tax report, I
feel uncomfortable with the change of r18413, which renamed Edit->Tax options
to Income Tax options. So here is another approach, to clarify the tax report
and business tax menu points.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18674 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2010-02-18 05:29:28 +00:00
parent b5dfe33219
commit 28632f6638
2 changed files with 9 additions and 4 deletions

View File

@@ -214,8 +214,8 @@ static GtkActionEntry gnc_plugin_actions [] =
G_CALLBACK (gnc_plugin_business_cmd_employee_process_payment) },
/* Other menu items */
{ "TaxTablesOpenAction", NULL, N_("_Tax Table Editor"), NULL,
N_("View and edit the list of Tax Tables"),
{ "TaxTablesOpenAction", NULL, N_("Sales _Tax Table"), NULL,
N_("View and edit the list of Sales Tax Tables (GST/VAT)"),
G_CALLBACK (gnc_plugin_business_cmd_tax_tables) },
{ "BillingTermsOpenAction", NULL, N_("_Billing Terms Editor"), NULL,
N_("View and edit the list of Billing Terms"),

View File

@@ -130,8 +130,13 @@ static GtkActionEntry gnc_plugin_actions [] = {
{ "EditFindTransactionsAction", GTK_STOCK_FIND, N_("_Find..."), "<control>f",
N_("Find transactions with a search"),
G_CALLBACK (gnc_main_window_cmd_tools_find_transactions) },
{ "EditTaxOptionsAction", NULL, N_("Income Ta_x Options"), NULL,
N_("Setup income tax information for relevant accounts"),
{ "EditTaxOptionsAction", NULL,
N_("Ta_x Report Options"), NULL,
/* Translators: currently implemented are *
* US: income tax and *
* DE: VAT *
* So adjust this string */
N_("Setup relevant accounts for tax reports, e.g. US income tax"),
G_CALLBACK (gnc_main_window_cmd_edit_tax_options) },
/* Actions menu */