Changeset 2569 in josm for trunk/src/org/openstreetmap/josm/actions/upload
- Timestamp:
- 2009-12-04T15:53:55+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java
r2512 r2569 73 73 // value 74 74 System.out.println( 75 tr("Warning: automatically truncating value of tag ''{0}'' on deleted primitive{1}",75 tr("Warning: automatically truncating value of tag ''{0}'' on deleted object {1}", 76 76 e.getKey(), 77 77 Long.toString(osmPrimitive.getId()) … … 82 82 } 83 83 JOptionPane.showMessageDialog(Main.parent, 84 tr("Length of value for tag ''{0}'' on primitive{1} exceeds the max. allowed length {2}. Values length is {3}.",84 tr("Length of value for tag ''{0}'' on object {1} exceeds the max. allowed length {2}. Values length is {3}.", 85 85 e.getKey(), Long.toString(osmPrimitive.getId()), 255, e.getValue().length() 86 86 ),
Note:
See TracChangeset
for help on using the changeset viewer.
