From 4a0ffb0fd90526d3b1b63fddbdb34e6f4cab2b71 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 12 Aug 2006 14:41:05 +0000 Subject: [PATCH] Fix untranslated part of string. BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14647 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-reports/owner-report.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/business/business-reports/owner-report.scm b/src/business/business-reports/owner-report.scm index 83a4419789..76db5a7ab4 100644 --- a/src/business/business-reports/owner-report.scm +++ b/src/business/business-reports/owner-report.scm @@ -617,7 +617,7 @@ (gnc:make-html-text (sprintf #f (_ "No valid %s selected. Click on the Options button to select a company.") - type-str)))) + (_ type-str))))) ;; FIXME because of translations: Please change this string into full sentences instead of sprintf, because in non-english languages the "no valid" has different forms depending on the grammatical gender of the "%s". (gnc:free-query query) document))