Changeset 1690 in josm for trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
- Timestamp:
- 23.06.2009 22:03:37 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r1682 r1690 128 128 protected void handlePotentiallyDeletedPrimitives(Set<Long> potentiallyDeleted) { 129 129 String [] options = { 130 "Check individually",130 "Check on the server", 131 131 "Ignore" 132 132 }; … … 138 138 + "conflict.<br>" 139 139 + "<br>" 140 + "Click <strong>{1}</strong> to check these primitives individually.<br>" 140 + "Click <strong>{1}</strong> to check the state of these primitives<br>" 141 + "on the server.<br>" 141 142 + "Click <strong>{2}</strong> to ignore.<br>" 142 143 + "</html>",
Note: See TracChangeset
for help on using the changeset viewer.
