Changeset 4083 in josm
- Timestamp:
- 2011-05-15T16:40:12+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MainApplication.java
r4061 r4083 267 267 trn("JOSM found {0} unsaved osm data layer. ", 268 268 "JOSM found {0} unsaved osm data layers. ", unsavedLayerFiles.size(), unsavedLayerFiles.size()) + 269 tr("It looks like JOSM crashed last time. Doyou like to restore the data?"));269 tr("It looks like JOSM crashed last time. Would you like to restore the data?")); 270 270 dialog.setButtonIcons(new String[] {"ok", "cancel", "dialogs/remove"}); 271 271 int selection = dialog.showDialog().getValue();
Note:
See TracChangeset
for help on using the changeset viewer.