From e5a511b11f2a9733166db622b01eede18258bd7f Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Thu, 29 Nov 2001 18:28:12 +0000 Subject: [PATCH] Fixed error message for missing localization so that if missing in en.xml, it doesn't say 'using en'. --- xsl/common/l10n.xsl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xsl/common/l10n.xsl b/xsl/common/l10n.xsl index 547c4ab05..1f6c16707 100644 --- a/xsl/common/l10n.xsl +++ b/xsl/common/l10n.xsl @@ -135,7 +135,15 @@ " localization of " - " exists; using "en". + " exists + + + . + + + ; using "en". + + -- 2.50.1