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:
@@ -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."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user