changed missing translations to red rather than blink

This commit is contained in:
pjmattal 2005-06-11 02:46:25 +00:00
parent 5f59fd86fb
commit 0a199a929a

View file

@ -34,7 +34,7 @@ function __($tag, $args=array()) {
# if it's a supported language, but there isn't a translation, # if it's a supported language, but there isn't a translation,
# alert the visitor to the missing translation. # alert the visitor to the missing translation.
# #
$translated = "<blink><b>_" . $tag . "_</b></blink>"; $translated = "<font color=\"red\"><b>_" . $tag . "_</b></font>";
} }
# replace escape substitutions # replace escape substitutions