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