mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing translations in taxinvoice.scm
Thanks to Paul de Vries for reporting
This commit is contained in:
parent
6f181196d5
commit
890a24a38f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user