You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/01/04 18:07:12 UTC

svn commit: r1055102 - /incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java

Author: reto
Date: Tue Jan  4 17:07:12 2011
New Revision: 1055102

URL: http://svn.apache.org/viewvc?rev=1055102&view=rev
Log:
CLEREZZA-385: fixed english sentence

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java?rev=1055102&r1=1055101&r2=1055102&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.platform.security.auth.cookie/src/main/java/org/apache/clerezza/platform/security/auth/cookie/CookieLogin.java Tue Jan  4 17:07:12 2011
@@ -165,7 +165,7 @@ public class CookieLogin {
 				cause.equals(CookieAuthentication.NOT_ENOUGH_PERMISSIONS)) {
 			try {
 				result.addProperty(LOGIN.message, new PlainLiteralImpl("The user " +
-						user + " has not the required permissions to view this page" +
+						user + " does not have the required permissions to view this page" +
 						" (" + URLDecoder.decode(refererUri, "UTF-8") + ")." +
 						" Please log in as another user."));
 			} catch (UnsupportedEncodingException ex) {