mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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"),
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user