Fixed minor German effort at English ;)

This commit is contained in:
John McLear 2011-08-21 01:33:30 +01:00 committed by Peter 'Pita' Martischka
parent 307d0acdeb
commit c1272ed566
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ function handshake()
{
if(obj.accessStatus == "deny")
{
$("#editorloadingbox").html("<b>You have no permission to access this pad</b>");
$("#editorloadingbox").html("<b>You do not have permission to access this pad</b>");
}
else if(obj.accessStatus == "needPassword")
{