[gatein-commits] gatein SVN: r8630 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 22 06:46:30 EDT 2012


Author: chris.laprun at jboss.com
Date: 2012-03-22 06:46:29 -0400 (Thu, 22 Mar 2012)
New Revision: 8630

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
Log:
Bug 804804 - Some minor corrections in messages


Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties	2012-03-22 10:34:48 UTC (rev 8629)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_en.properties	2012-03-22 10:46:29 UTC (rev 8630)
@@ -227,14 +227,14 @@
   #class org.exoplatform.webui.form.validator.Validator.NameValidator
   #{0}=input field name
   
-NameValidator.msg.Invalid-char=Only alpha, digit, dot, dash and underscore characters are allowed for the field "{0}".
+NameValidator.msg.Invalid-char=Only letters, digits, dot, dash and underscore characters are allowed for the field "{0}".
 FirstCharacterNameValidator.msg=The "{0}" field must start with a letter.
-FirstAndSpecialCharacterNameValidator.msg=The "{0}" field must start with a character and must not contain special characters."
+FirstAndSpecialCharacterNameValidator.msg=The "{0}" field must start with a letter and must not contain special characters."
 
 # Username validator
-LastCharacterUsernameValidator.msg=The field "{0}" must end with a character or digit instead of "{1}".
+LastCharacterUsernameValidator.msg=The field "{0}" must end with a lowercase letter or digit instead of "{1}".
 ConsecutiveSymbolValidator.msg=The field "{0}" cannot contain consecutive symbols. Allowed symbols are: {1}.
-UsernameValidator.msg.Invalid-char=Only alpha lower, digit, dot and underscore lowercase characters are allowed for the field "{0}".
+UsernameValidator.msg.Invalid-char=Only lowercase letters, digits, dot and underscore characters are allowed for the field "{0}".
 FirstCharacterUsernameValidator.msg=The "{0}" field must start with a lowercase letter.
 
   #############################################################################



More information about the gatein-commits mailing list