mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[budget] modify display of interval dates and avoid unicode
This commit is contained in:
parent
a4eb5b1a59
commit
4cb2910121
@ -461,8 +461,8 @@
|
||||
((eq? (car column-list) 'total)
|
||||
(_ "Total"))
|
||||
((list? (car column-list))
|
||||
(string-append (period-to-date-string (car (car column-list)))
|
||||
" – "
|
||||
(format #f (_ "~a to ~a")
|
||||
(period-to-date-string (car (car column-list)))
|
||||
(period-to-date-string (last (car column-list)))))
|
||||
(else
|
||||
(period-to-date-string (car column-list)))))
|
||||
|
Loading…
Reference in New Issue
Block a user