Changeset 3313 in josm


Ignore:
Timestamp:
Jun 5, 2010 11:12:32 PM (3 years ago)
Author:
stoecker
Message:

fixed typo

Location:
trunk/src/org/openstreetmap/josm/actions/downloadtasks
Files:
2 edited

Legend:

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

    r3277 r3313  
    243243                JOptionPane.showMessageDialog(Main.parent, "<html>" 
    244244                        + tr("The following errors occurred during mass download: {0}", sb.toString()) + "</html>", 
    245                         tr("Errors during Download"), JOptionPane.ERROR_MESSAGE); 
     245                        tr("Errors during download"), JOptionPane.ERROR_MESSAGE); 
    246246                return; 
    247247            } 
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/PostDownloadHandler.java

    r3309 r3313  
    8989                    Main.parent, 
    9090                    error.toString(), 
    91                     tr("Error during Download"), 
     91                    tr("Error during download"), 
    9292                    JOptionPane.ERROR_MESSAGE); 
    9393            return; 
Note: See TracChangeset for help on using the changeset viewer.