* src/report/standard-reports/cash-flow.scm: fix some labels and

add more text to make it more clear what's going on.  Hopefully
	  fixes #104878.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8888 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-07-17 03:14:54 +00:00
parent dd6fe703a7
commit cb4cf56f90
2 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,10 @@
and action of Invoice and Payement Transactions/Splits, to make
it easier to print a check off the posted transactions.
* src/report/standard-reports/cash-flow.scm: fix some labels and
add more text to make it more clear what's going on. Hopefully
fixes #104878.
2003-07-14 Derek Atkins <derek@ihtfp.com>
* src/import-export/qif: an incomplete implementation of a new

View File

@ -375,6 +375,10 @@
)
(gnc:html-document-add-object!
doc
(gnc:make-html-text (_ "Selected Accounts")))
(gnc:html-document-add-object!
doc
(gnc:make-html-text
@ -387,7 +391,7 @@
table
"primary-subheading"
(list
(_ "Money In")
(_ "Money into selected accounts comes from")
""))
(set! row-num 0)
@ -432,7 +436,7 @@
table
"primary-subheading"
(list
(_ "Money Out")
(_ "Money out of selected accounts goes to")
""))
(set! row-num 0)