- Timestamp:
- 2018-03-29T19:25:33+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/TagChecker.java
r13414 r13584 431 431 432 432 for (Entry<String, String> prop : p.getKeys().entrySet()) { 433 String s = marktr(" Key''{0}'' invalid.");433 String s = marktr("Tag ''{0}'' invalid."); 434 434 String key = prop.getKey(); 435 435 String value = prop.getValue();
Note:
See TracChangeset
for help on using the changeset viewer.