1
0
forked from GitHub/gf-core

Slightly more informative error messages in translation web apps

This commit is contained in:
hallgren
2014-04-04 12:33:31 +00:00
parent 57ebfa4416
commit e365329716
2 changed files with 2 additions and 2 deletions

View File

@@ -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"