Changeset 26465 in osm for applications/editors/josm/plugins/graphview/src/org/openstreetmap
- Timestamp:
- 2011-08-07T04:00:34+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/VehiclePropertyStringParser.java
r26345 r26465 45 45 tr("Tracktype grades must be given as integers between 0 and 5."); 46 46 public static final String ERROR_SURFACE = 47 tr("Surface values must not contain any of the following characters: '','', '' '{''', '''}''', ''='', ''|''");47 tr("Surface values must not contain any of the following characters: '','', '' '{' '', '' '}' '', ''='', ''|''"); 48 48 49 49 private static final List<Character> FORBIDDEN_SURFACE_CHARS =
Note:
See TracChangeset
for help on using the changeset viewer.