OpenLayers OpenLayers

Changeset 7958

Show
Ignore:
Timestamp:
09/05/08 02:23:31 (3 months ago)
Author:
elemoine
Message:

code committed in [7952] (ticket #1719) is missing a key/value pair in Lang/en.js, my bad: I had in my working directory but forgot to include it in the patch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Lang/en.js

    r7397 r7958  
    117117        "OpenLayers.Util.pagePosition failed: element with id ${elemId} may be misplaced.", 
    118118                     
    119     'end': '' 
     119    'end': '', 
     120 
     121    // console message 
     122    'filterEvaluateNotImplemented': "evaluate is not implemented for this filter type." 
    120123};