mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18n - deduplicate translatable strings
This commit is contained in:
parent
ad8b602fe2
commit
6c94350a92
@ -85,10 +85,10 @@
|
||||
"receipt.css"))
|
||||
(add-option (gnc:make-font-option
|
||||
displaypage optname-heading-font "c"
|
||||
(N_ "Font to use for the main heading") "Sans Bold 14"))
|
||||
(N_ "Font to use for the main heading.") "Sans Bold 14"))
|
||||
(add-option (gnc:make-font-option
|
||||
displaypage optname-text-font "d"
|
||||
(N_ "Font to use for everything else") "Sans 10"))
|
||||
(N_ "Font to use for everything else.") "Sans 10"))
|
||||
(add-option (gnc:make-pixmap-option
|
||||
displaypage optname-logofile-header "e"
|
||||
(N_ "Name of a file containing a logo to be used on the header of the report")
|
||||
|
Loading…
Reference in New Issue
Block a user