mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix help strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4049 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
69ca5e202c
commit
5ec6685c71
@ -40,16 +40,19 @@
|
||||
(add-option
|
||||
(lambda (opt)
|
||||
(gnc:register-option options opt))))
|
||||
|
||||
(add-option
|
||||
(gnc:make-string-option
|
||||
(N_ "Account Tree") (N_ "Name of account view")
|
||||
"a" (N_ "If you keep multiple account views open, it may be helpful
|
||||
to give each one a descriptive name") (N_ "Accounts")))
|
||||
"a" (N_ "If you keep multiple account views open, it may be helpful \
|
||||
to give each one a descriptive name") (N_ "Accounts")))
|
||||
|
||||
(add-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Account Tree") (N_ "Double click expands parent accounts")
|
||||
"a" (N_ "Double clicking on an account with children expands \
|
||||
the account instead of opening a register.") #f))
|
||||
the account instead of opening a register.") #f))
|
||||
|
||||
(add-option
|
||||
(gnc:make-list-option
|
||||
(N_ "Account Tree") (N_ "Account types to display")
|
||||
|
Loading…
Reference in New Issue
Block a user