diff options
| author | hallgren <hallgren@chalmers.se> | 2014-04-04 12:33:31 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-04-04 12:33:31 +0000 |
| commit | 9ceadecf89db48d1f2af15b2d3c3358548602642 (patch) | |
| tree | fd7fcd0ec181949675882ba0e18728c4a1c40f0f /src/www/js | |
| parent | 4018073bdb249a649b71a9e126d4e3e2533256cb (diff) | |
Slightly more informative error messages in translation web apps
Diffstat (limited to 'src/www/js')
| -rw-r--r-- | src/www/js/wc.js | 2 |
1 files changed, 1 insertions, 1 deletions
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="<span class=low_quality>"+msg+"</span>" + if(e) e.innerHTML="<span class=low_quality>Translation problem: "+msg+"</span>" else { f.output.value="["+msg+"]" f.output.className="low_quality" |
