Ignore:
Timestamp:
17.06.2009 09:02:25 (3 years ago)
Author:
stoecker
Message:

fix typos

File:
1 edited

Legend:

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

    r1675 r1676  
    9393        if(! errors.equals("")) { 
    9494            JOptionPane.showMessageDialog(Main.parent, 
    95                     tr("The following errors occured during mass download:") + "\r\n" + errors, 
     95                    tr("The following errors occurred during mass download:") + "\r\n" + errors, 
    9696                    tr("Errors during Download"), 
    9797                    JOptionPane.ERROR_MESSAGE); 
Note: See TracChangeset for help on using the changeset viewer.