msg for user

This commit is contained in:
John McLear 2014-12-29 22:05:14 +01:00
parent a6400b3f61
commit a2262c56b9
2 changed files with 3 additions and 0 deletions

View file

@ -109,6 +109,8 @@ var padimpexp = (function()
msg = html10n.get("pad.impexp.convertFailed");
} else if(status === "uploadFailed"){
msg = html10n.get("pad.impexp.uploadFailed");
} else if(status === "padHasData"){
msg = html10n.get("pad.impexp.padHasData");
}
function showError(fade)