From c1272ed5668f71e9b04e0a0fd0854fdcb83748f4 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 21 Aug 2011 01:33:30 +0100 Subject: [PATCH] Fixed minor German effort at English ;) --- static/js/pad2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pad2.js b/static/js/pad2.js index b71e2a3c8..b79ff8b97 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -198,7 +198,7 @@ function handshake() { if(obj.accessStatus == "deny") { - $("#editorloadingbox").html("You have no permission to access this pad"); + $("#editorloadingbox").html("You do not have permission to access this pad"); } else if(obj.accessStatus == "needPassword") {