mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add tooltip to account type list option
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12192 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ecf0bf4857
commit
0e44c97035
@ -48,7 +48,7 @@ the account instead of opening a register.") #f))
|
||||
(add-option
|
||||
(gnc:make-list-option
|
||||
(N_ "Account Tree") (N_ "Account types to display")
|
||||
"b" ""
|
||||
"b" (N_ "Select the account types that should be displayed.")
|
||||
(list 'bank 'cash 'credit 'asset 'liability 'stock
|
||||
'mutual 'currency 'income 'expense 'equity 'payable 'receivable)
|
||||
(list (list->vector (list 'bank (N_ "Bank") ""))
|
||||
|
Loading…
Reference in New Issue
Block a user