gnucash maint: Fix missing translations in taxinvoice.scm

Frank H.Ellenberger fell at code.gnucash.org
Thu Jan 18 20:48:22 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/890a24a3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6f181196 (commit)



commit 890a24a38f820f4836faf576b877fb8f0393c787
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Fri Jan 19 02:45:21 2018 +0100

    Fix missing translations in taxinvoice.scm
    
    Thanks to Paul de Vries for reporting

diff --git a/src/report/business-reports/taxinvoice.scm b/src/report/business-reports/taxinvoice.scm
index 16a925e..904c8b1 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"



Summary of changes:
 src/report/business-reports/taxinvoice.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list