From c23bf4c67a2263fa439a2caa492b48892f2c5b75 Mon Sep 17 00:00:00 2001 From: Chris Shoemaker Date: Mon, 29 May 2006 19:24:38 +0000 Subject: [PATCH] Fix a crash in the aging report. Breaks a string, but seeing English is better than seeing a guile stack trace. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14237 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-reports/aging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/business/business-reports/aging.scm b/src/business/business-reports/aging.scm index 167faeb899..babb43d02c 100644 --- a/src/business/business-reports/aging.scm +++ b/src/business/business-reports/aging.scm @@ -203,8 +203,8 @@ this-currency (company-get-currency company-info))) (cons #f (sprintf - (_ "Transactions relating to company %d contain \ -more than one currency. This report is not designed to cope with this possibility."))) + (_ "Transactions relating to '%s' contain \ +more than one currency. This report is not designed to cope with this possibility.") (gnc:owner-get-name owner))) (begin (gnc:debug "it's an old company") (if (gnc:numeric-negative-p value)