Show
Ignore:
Timestamp:
10/01/09 00:28:48 (4 years ago)
Author:
lmajano
Message:

fix for uknowntranslation typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/system/config/config.xsd

    r2660 r2663  
    301301                                        </xs:simpleType> 
    302302                                </xs:element> 
    303                                 <xs:element maxOccurs="1" minOccurs="0" name="UknownTranslation" type="xs:string" default=""> 
     303                                <xs:element maxOccurs="1" minOccurs="0" name="UnknownTranslation" type="xs:string" default=""> 
    304304                                        <xs:annotation> 
    305305                                                <xs:documentation>The key to use when a translation is not found. default is _UNKNOWNTRANSLATION_</xs:documentation>