From 361609a034e6b402dde0eb94db1dd67cef7c8e6c Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Wed, 17 Dec 2008 14:38:18 -0500 Subject: Stop printing underscores around untranslated strings. Signed-off-by: Loui Chang --- web/lib/translator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib') diff --git a/web/lib/translator.inc b/web/lib/translator.inc index fb9ed63..2bb3b23 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -45,7 +45,7 @@ function __() { # if it's a supported language, but there isn't a translation, # alert the visitor to the missing translation. # - $translated = "_${tag}_"; + $translated = $tag; } $translated = htmlspecialchars($translated, ENT_QUOTES); -- cgit v1.2.3-54-g00ecf