You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/11/18 17:40:28 UTC

svn commit: r1036523 - /directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties

Author: pamarcelot
Date: Thu Nov 18 16:40:28 2010
New Revision: 1036523

URL: http://svn.apache.org/viewvc?rev=1036523&view=rev
Log:
Fixed a problem with the ' character which prevented the string substition of {0} in the error message.

Modified:
    directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties

Modified: directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties
URL: http://svn.apache.org/viewvc/directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties?rev=1036523&r1=1036522&r2=1036523&view=diff
==============================================================================
--- directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties (original)
+++ directory/shared/trunk/i18n/src/main/resources/org/apache/directory/shared/i18n/errors.properties Thu Nov 18 16:40:28 2010
@@ -396,7 +396,7 @@ ERR_04270={0} with OID {1} already regis
 ERR_04271={0} with name {1} already registered!
 ERR_04272=OID {0} is not a numeric OID
 ERR_04273={0} with OID {1} not registered!
-ERR_04274=Can't find an OID for the name {0}
+ERR_04274=Can''t find an OID for the name {0}
 ERR_04275=Cannot modify the AttributeTypeRegistry copy
 ERR_04276=Cannot modify the ComparatorRegistry copy
 ERR_04277=Cannot modify the DITContentRuleRegistry copy