mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 04:59:29 -06:00
Add a translator comment about invoice title format
This commit is contained in:
parent
4b5ee84575
commit
38abaf305a
@ -802,6 +802,9 @@ for styling the invoice. Please see the exported report for the CSS class names.
|
||||
(else
|
||||
(_ "Invoice"))))
|
||||
(title (if (string-null? custom-title) default-title custom-title))
|
||||
;; Translators: This is the format of the invoice title.
|
||||
;; The first ~a is "Invoice", "Credit Note"... and the second the number.
|
||||
;; Replace " #" by whatever is common as number abbreviation, i.e. "~a Nr. ~a"
|
||||
(invoice-title (format #f (_"~a #~a") title (gncInvoiceGetID invoice)))
|
||||
(layout-lookup-table (list (cons 'none #f)
|
||||
(cons 'picture (gnc:make-html-div/markup
|
||||
|
Loading…
Reference in New Issue
Block a user