mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-02 15:52:50 -06:00
Slightly more informative error messages in translation web apps
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user