From 9ceadecf89db48d1f2af15b2d3c3358548602642 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 4 Apr 2014 12:33:31 +0000 Subject: Slightly more informative error messages in translation web apps --- src/www/js/wc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/www/js') diff --git a/src/www/js/wc.js b/src/www/js/wc.js index 6a16c6af1..0893ae80d 100644 --- a/src/www/js/wc.js +++ b/src/www/js/wc.js @@ -22,7 +22,7 @@ wc.translate=function() { clear(p) function show_error(msg) { - if(e) e.innerHTML=""+msg+"" + if(e) e.innerHTML="Translation problem: "+msg+"" else { f.output.value="["+msg+"]" f.output.className="low_quality" -- cgit v1.2.3