diff options
author | pjmattal <pjmattal> | 2005-06-11 02:46:25 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-06-11 02:46:25 +0000 |
commit | 0a199a929a563ce2191450ced2fde5e304eb83bf (patch) | |
tree | 3646526281bc64c98c61df00d5c56dd1f27789e3 /web/lib | |
parent | 5f59fd86fb137ffeaf88bbf6ba0401c1fe246ec2 (diff) | |
download | aurweb-0a199a929a563ce2191450ced2fde5e304eb83bf.tar.xz |
changed missing translations to red rather than blink
Diffstat (limited to 'web/lib')
-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 |