mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[budget.scm] show correct tooltip for report option
Budget Report option 'Show notes' had used incorrect tooltip
This commit is contained in:
parent
22cb1f3567
commit
05b7c1492c
@ -236,7 +236,7 @@
|
||||
(add-option
|
||||
(gnc:make-simple-boolean-option
|
||||
gnc:pagename-display optname-show-notes
|
||||
"s15" opthelp-show-budget #t))
|
||||
"s15" opthelp-show-notes #t))
|
||||
(add-option
|
||||
(gnc:make-simple-boolean-option
|
||||
gnc:pagename-display optname-show-actual
|
||||
|
Loading…
Reference in New Issue
Block a user