diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/translator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/translator.inc b/web/lib/translator.inc index ca9e4dd..7b33655 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 = "<blink><b>_" . $tag . "_</b></blink>"; + $translated = "<font color=\"red\"><b>_" . $tag . "_</b></font>"; } # replace escape substitutions |