Ignore:
Timestamp:
2009-01-06T18:06:36+01:00 (15 years ago)
Author:
stoecker
Message:

language fixes, hopefully the last set

File:
1 edited

Legend:

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

    r1169 r1212  
    3131
    3232    public DownloadAction() {
    33         super(tr("Download from OSM ..."), "download", tr("Download map data from the OSM server."),
    34         Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM ...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
     33        super(tr("Download from OSM..."), "download", tr("Download map data from the OSM server."),
     34        Shortcut.registerShortcut("file:download", tr("File: {0}", tr("Download from OSM...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    3535    }
    3636
Note: See TracChangeset for help on using the changeset viewer.