diff -r 32429702305e -r c72b545f1304 includes/clientside/static/l10n.js --- a/includes/clientside/static/l10n.js Fri Dec 21 19:08:27 2007 -0500 +++ b/includes/clientside/static/l10n.js Wed Dec 26 00:37:26 2007 -0500 @@ -18,7 +18,7 @@ return string_id; if ( typeof(this.strings[catname][string_name]) != 'string' ) return string_id; - return '[LJS] ' + this.perform_subst(this.strings[catname][string_name], subst); + return this.perform_subst(this.strings[catname][string_name], subst) + '**'; } this.perform_subst = function(str, subst)