Changeset 33980 in osm for applications
- Timestamp:
- 2018-01-07T02:26:54+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteDialog.java
r32552 r33980 22 22 public class UndeleteDialog extends ExtendedDialog { 23 23 24 private final JCheckBox layer = new JCheckBox(tr(" Separate Layer"));24 private final JCheckBox layer = new JCheckBox(tr("Download as new layer")); 25 25 private final OsmIdTextField tfId = new OsmIdTextField(); 26 26
Note:
See TracChangeset
for help on using the changeset viewer.