mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Cleanup sched trans option names.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5397 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c3a956aa3a
commit
5c24583ff0
@ -542,28 +542,28 @@ without one.")
|
||||
(gnc:register-configuration-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Run on GnuCash Start")
|
||||
(N_ "Run on GnuCash start")
|
||||
"a" (N_ "Should the Since-Last-Run window appear on GnuCash startup?")
|
||||
#f ))
|
||||
|
||||
(gnc:register-configuration-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Default: Auto-Create new Scheduled Transactions?")
|
||||
"b" (N_ "Should new SchedXactions have the 'AutoCreate' flag set by default?")
|
||||
(N_ "Auto-Create new Scheduled Transactions by default")
|
||||
"b" (N_ "Should new SchedXactions have the 'Auto Create' flag set by default?")
|
||||
#f ))
|
||||
|
||||
(gnc:register-configuration-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Default: Notify on new, auto-created scheduled transactions")
|
||||
(N_ "Notify on new, auto-created scheduled transactions")
|
||||
"c" (N_ "Should new SchedXactions with the 'AutoCreate' flag set also be set to notify?")
|
||||
#t ))
|
||||
|
||||
(gnc:register-configuration-option
|
||||
(gnc:make-number-range-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Default create in advance days")
|
||||
(N_ "Number of days in advance to create")
|
||||
"d" (N_ "Default number of days in advance to create new SXes")
|
||||
0 ; default
|
||||
0 ; min
|
||||
@ -575,7 +575,7 @@ without one.")
|
||||
(gnc:register-configuration-option
|
||||
(gnc:make-number-range-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Default remind-in-advance days")
|
||||
(N_ "Number of days in advance to remind")
|
||||
"e" (N_ "Default number of days in advance to remind on new SXes")
|
||||
0 ; default
|
||||
0 ; min
|
||||
|
@ -189,12 +189,10 @@ the account instead of opening a register.") #f))
|
||||
(gnc:hook-add-dangler gnc:*book-closed-hook*
|
||||
gnc:main-window-book-close-handler)
|
||||
|
||||
|
||||
(gnc:hook-add-dangler gnc:*book-opened-hook*
|
||||
(lambda (file)
|
||||
(if ((gnc:option-getter
|
||||
(gnc:lookup-global-option
|
||||
(N_ "Scheduled Transactions")
|
||||
(N_ "Run on GnuCash Start" ))))
|
||||
(N_ "Run on GnuCash start" ))))
|
||||
(gnc:sx-since-last-run-wrapper file))) )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user