From 0a199a929a563ce2191450ced2fde5e304eb83bf Mon Sep 17 00:00:00 2001 From: pjmattal Date: Sat, 11 Jun 2005 02:46:25 +0000 Subject: changed missing translations to red rather than blink --- web/lib/translator.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/translator.inc b/web/lib/translator.inc index ca9e4dda..7b336553 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -34,7 +34,7 @@ function __($tag, $args=array()) { # if it's a supported language, but there isn't a translation, # alert the visitor to the missing translation. # - $translated = "_" . $tag . "_"; + $translated = "_" . $tag . "_"; } # replace escape substitutions -- cgit v1.2.3-24-g4f1b