remove 'pagePositionFailed' from Lang/*.js (closes #2247). Non-functional change.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12208 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-08-05 07:58:57 +00:00
parent 77445c368f
commit dd76c74bca
32 changed files with 3 additions and 85 deletions

View File

@@ -106,9 +106,5 @@ OpenLayers.Lang["zh-TW"] = {
// console message
'unsupportedGeometryType': "未支援的幾何型別: ${geomType}。",
// console message
'pagePositionFailed':
"OpenLayers.Util.pagePosition 失敗: id ${elemId} 的 element 可能被錯置。",
'end': ''
};