Changeset 1873 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-07-30T14:17:17+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java
r1872 r1873 101 101 continue; 102 102 } 103 errors += " * " + err + "\r\n";103 errors += "<br>* " + err; 104 104 } 105 105 … … 107 107 OptionPaneUtil.showMessageDialog( 108 108 Main.parent, 109 tr("<html>The following errors occurred during mass download: {0}</html>", errors), 109 "<html>"+tr("The following errors occurred during mass download:{0}", errors) 110 +"</html>", 110 111 tr("Errors during Download"), 111 112 JOptionPane.ERROR_MESSAGE);
Note:
See TracChangeset
for help on using the changeset viewer.