Changeset 1873 in josm


Ignore:
Timestamp:
Jul 30, 2009 2:17:17 PM (4 years ago)
Author:
stoecker
Message:

fixed dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTaskList.java

    r1872 r1873  
    101101                continue; 
    102102            } 
    103             errors += "* " + err + "\r\n"; 
     103            errors += "<br>* " + err; 
    104104        } 
    105105 
     
    107107            OptionPaneUtil.showMessageDialog( 
    108108                    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>", 
    110111                    tr("Errors during Download"), 
    111112                    JOptionPane.ERROR_MESSAGE); 
Note: See TracChangeset for help on using the changeset viewer.