mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Split different "Code" messages
This commit is contained in:
@@ -288,6 +288,7 @@ load_txf_info (gint acct_category, TaxInfoDialog *ti_dialog)
|
||||
SCM code_scm;
|
||||
const gchar *last_yr = _("Last Valid Year: ");
|
||||
const gchar *form_line = _("Form Line Data: ");
|
||||
/* Translators: Tax Code */
|
||||
const gchar *code_line_word = _("Code");
|
||||
const gchar *code_line_colon = ": ";
|
||||
const gchar *prefix = "N";
|
||||
|
||||
@@ -404,7 +404,8 @@
|
||||
build-table
|
||||
(map make-header
|
||||
(append
|
||||
(if show-code? (list (G_ "Code")) '())
|
||||
;; Note: If this is to long, do not use "Code" it is currently used for tax code.
|
||||
(if show-code? (list (G_ "Account Code")) '())
|
||||
(if show-type? (list (G_ "Type")) '())
|
||||
(if show-desc? (list (G_ "Description")) '())
|
||||
(list (G_ "Account title")))))
|
||||
|
||||
Reference in New Issue
Block a user