From 68a3ed14355697cd59691909905e503931f0caf4 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 1 Mar 2000 11:00:22 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2046 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/scm/prefs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scm/prefs.scm b/src/scm/prefs.scm index 643c6ad66a..d22a56d9f8 100644 --- a/src/scm/prefs.scm +++ b/src/scm/prefs.scm @@ -310,7 +310,7 @@ the account instead of opening a register." #f)) "d" "The types of accounts for which balances are sign-reversed" 'default (list #(default "Income & Expense" "Reverse Income and Expense Accounts") - #(credit "Credit Accounts" "Reverse Liability, Equity, and Income Accounts") + #(credit "Credit Accounts" "Reverse Credit Card, Liability, Equity, and Income Accounts") #(none "None" "Don't reverse any accounts"))))