mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: *owner-reports: Unify 'a' vs. 'the' in tooltips
This commit is contained in:
parent
f05128b2c2
commit
63ce37e2e5
@ -891,7 +891,7 @@
|
|||||||
(gnc:register-inv-option
|
(gnc:register-inv-option
|
||||||
(gnc:make-simple-boolean-option
|
(gnc:make-simple-boolean-option
|
||||||
(N_ "Display Columns") credit-header
|
(N_ "Display Columns") credit-header
|
||||||
"had" (N_ "Display a period credits column?") #t))
|
"had" (N_ "Display the period credits column?") #t))
|
||||||
|
|
||||||
(gnc:register-inv-option
|
(gnc:register-inv-option
|
||||||
(gnc:make-simple-boolean-option
|
(gnc:make-simple-boolean-option
|
||||||
|
@ -596,7 +596,7 @@
|
|||||||
(gnc:register-inv-option
|
(gnc:register-inv-option
|
||||||
(gnc:make-simple-boolean-option
|
(gnc:make-simple-boolean-option
|
||||||
(N_ "Display Columns") debit-header
|
(N_ "Display Columns") debit-header
|
||||||
"had" (N_ "Display a period debits column?") #t))
|
"had" (N_ "Display the period debits column?") #t))
|
||||||
|
|
||||||
(gnc:register-inv-option
|
(gnc:register-inv-option
|
||||||
(gnc:make-simple-boolean-option
|
(gnc:make-simple-boolean-option
|
||||||
|
Loading…
Reference in New Issue
Block a user