Changeset 3313 in josm for trunk/src


Ignore:
Timestamp:
2010-06-05T23:12:32+02:00 (14 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.