Changeset 30067 in osm for applications/editors/josm/plugins/addrinterpolation/src/org
- Timestamp:
- 2013-11-19T23:26:09+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r30034 r30067 1090 1090 1091 1091 if (!ValidNumericIncrementString(incrementString, startAddr, endAddr)) { 1092 errorMessage = tr("Expected valid number for addressincrement");1092 errorMessage = tr("Expected valid number for increment"); 1093 1093 } 1094 1094
Note:
See TracChangeset
for help on using the changeset viewer.