You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ba...@apache.org on 2005/11/14 06:14:43 UTC

svn commit: r344041 - in /incubator/roller/trunk: src/org/roller/business/IndexManagerImpl.java web/WEB-INF/classes/ApplicationResources.properties

Author: bayard
Date: Sun Nov 13 21:14:40 2005
New Revision: 344041

URL: http://svn.apache.org/viewcvs?rev=344041&view=rev
Log:
fixing typo of prefered to preferred

Modified:
    incubator/roller/trunk/src/org/roller/business/IndexManagerImpl.java
    incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties

Modified: incubator/roller/trunk/src/org/roller/business/IndexManagerImpl.java
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/src/org/roller/business/IndexManagerImpl.java?rev=344041&r1=344040&r2=344041&view=diff
==============================================================================
--- incubator/roller/trunk/src/org/roller/business/IndexManagerImpl.java (original)
+++ incubator/roller/trunk/src/org/roller/business/IndexManagerImpl.java Sun Nov 13 21:14:40 2005
@@ -74,7 +74,7 @@
     /**
      * Creates a new lucene index manager. This should only be created once.
      * Creating the index manager more than once will definately result in
-     * errors. The prefered way of getting an index is through the
+     * errors. The preferred way of getting an index is through the
      * RollerContext.
      * 
      * @param indexDir -

Modified: incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties?rev=344041&r1=344040&r2=344041&view=diff
==============================================================================
--- incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties (original)
+++ incubator/roller/trunk/web/WEB-INF/classes/ApplicationResources.properties Sun Nov 13 21:14:40 2005
@@ -1104,8 +1104,8 @@
 userAdmin.tip.email=Valid email address neeeded for automated notification.
 userAdmin.tip.enabled=Disabled users are unable to login to Roller.
 userAdmin.tip.userAdmin=Check to give this user Global Admin permission.
-userAdmin.tip.locale=User's prefered locale.
-userAdmin.tip.timeZone=User's prefered timezone.
+userAdmin.tip.locale=User's preferred locale.
+userAdmin.tip.timeZone=User's preferred timezone.
 
 # --------------------------------------------------------------- User register
 
@@ -1121,8 +1121,8 @@
 and do not use HTML.
 userRegister.tip.email=Please enter valid email address, the site administrator \
 may disable your account if he/she cannot reach you via email.
-userRegister.tip.timeZone=Your prefered timezone.
-userRegister.tip.locale=Your prefered locale.
+userRegister.tip.timeZone=Your preferred timezone.
+userRegister.tip.locale=Your preferred locale.
 userRegister.tip.password=Your password.
 userRegister.tip.passwordConfirm=Confirm your password.