Changeset 26221 in osm for applications/editors/josm/plugins/graphview/src/org
- Timestamp:
- 2011-06-30T16:24:32+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/src/org/openstreetmap/josm/plugins/graphview/plugin/preferences/VehiclePropertyStringParser.java
r26174 r26221 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.