Author: gmazza
Date: Mon Jun  3 12:00:33 2013
New Revision: 1488968

URL: http://svn.apache.org/r1488968
Log:
Minor English cleanup missed in previous commit.

Modified:
    
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources.properties

Modified: 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources.properties?rev=1488968&r1=1488967&r2=1488968&view=diff
==============================================================================
--- 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources.properties 
(original)
+++ 
incubator/jspwiki/trunk/jspwiki-war/src/main/resources/CoreResources.properties 
Mon Jun  3 12:00:33 2013
@@ -60,7 +60,7 @@ security.error.illegalfullname=Full name
 security.error.illegalloginname=Login name ''{0}'' fails validation checks
 
 security.error.cannot.rename=Cannot rename: the login name ''{0}'' is already 
taken.
-security.error.fullname.taken=The full name ''{0}'' is already taken.
+security.error.fullname.taken=Someone with the name of ''{0}'' has already 
registered.
 security.error.login.taken=The login name ''{0}'' is already taken.
 
 # These should roughly match whatever is used in default.properties for 
UserProfile.jsp
@@ -162,7 +162,7 @@ install.jsp.install.msg.admin.notexists=
 
 install.jsp.basics.title=Basics
 install.jsp.basics.appname.label=Application Name
-install.jsp.basics.appname.desc=What should your wiki be called?  Try and make 
this a relatively short name.
+install.jsp.basics.appname.desc=What should your wiki be called?  Try to use a 
relatively short name.
 install.jsp.basics.baseurl.label=Base URL
 install.jsp.basics.baseurl.desc=Please tell JSPWiki where your wiki is located.
 install.jsp.basics.page.storage.label=Page storage


Reply via email to