Merge pull request #1193 from kingmook/patch-1

pad.js - Gramatical fix
pull/1197/merge
John McLear 2012-11-21 14:42:12 -08:00
commit a662db222f
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ function handshake()
}
else if(obj.accessStatus == "wrongPassword")
{
$("#editorloadingbox").html("<b>You're password was wrong</b><br>" +
$("#editorloadingbox").html("<b>Your password was wrong</b><br>" +
"<input id='passwordinput' type='password' name='password'>"+
"<button type='button' onclick=\"" + padutils.escapeHtml('require('+JSON.stringify(module.id)+").savePassword()") + "\">ok</button>");
}