* prefs.scm: change A/P's "Invoice" column header to "Bill"

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7107 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-07-10 04:11:19 +00:00
parent 77e67e293b
commit 8bee782dbf
+1 -1
View File
@@ -127,7 +127,7 @@
(cons 'CURRENCY (N_ "Sell"))
(cons 'INCOME (N_ "Income"))
(cons 'EXPENSE (N_ "Rebate"))
(cons 'PAYABLE (N_ "Invoice"))
(cons 'PAYABLE (N_ "Bill"))
(cons 'RECEIVABLE (N_ "Payment"))
(cons 'EQUITY (N_ "Increase"))))