From 890a24a38f820f4836faf576b877fb8f0393c787 Mon Sep 17 00:00:00 2001 From: fell Date: Fri, 19 Jan 2018 02:45:21 +0100 Subject: [PATCH] Fix missing translations in taxinvoice.scm Thanks to Paul de Vries for reporting --- src/report/business-reports/taxinvoice.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/report/business-reports/taxinvoice.scm b/src/report/business-reports/taxinvoice.scm index 16a925ef7b..904c8b1173 100644 --- a/src/report/business-reports/taxinvoice.scm +++ b/src/report/business-reports/taxinvoice.scm @@ -230,15 +230,15 @@ headingpage2 optname-payment-recd "c" "" (_ "Payment received, thank you"))) (add-option (gnc:make-string-option headingpage2 optname-invoice-number-text - "d" "" (N_ "Invoice number: "))) + "d" "" (_ "Invoice number: "))) (add-option (gnc:make-string-option headingpage2 optname-to-text - "e" "" (N_ "To: "))) + "e" "" (_ "To: "))) (add-option (gnc:make-string-option headingpage2 optname-ref-text - "f" "" (N_ "Your ref: "))) + "f" "" (_ "Your ref: "))) (add-option (gnc:make-string-option headingpage2 optname-jobnumber-text - "g" "" (N_ "Job number: "))) + "g" "" (_ "Job number: "))) (add-option (gnc:make-string-option headingpage2 optname-jobname-text - "h" "" (N_ "Job name: "))) + "h" "" (_ "Job name: "))) (add-option (gnc:make-text-option notespage optname-extra-notes "a"