I18N: Split different "Code" messages

This commit is contained in:
Frank H. Ellenberger
2021-01-21 22:23:56 +01:00
parent 928b25fda4
commit 902e58fcb6
2 changed files with 3 additions and 1 deletions

View File

@@ -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";

View File

@@ -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")))))