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

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7958 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2008-09-05 06:23:31 +00:00
parent 656a829f82
commit 6d74b489bb

View File

@@ -116,5 +116,8 @@ OpenLayers.Lang.en = {
'pagePositionFailed':
"OpenLayers.Util.pagePosition failed: element with id ${elemId} may be misplaced.",
'end': ''
'end': '',
// console message
'filterEvaluateNotImplemented': "evaluate is not implemented for this filter type."
};