Changeset 4967 in josm for trunk/src


Ignore:
Timestamp:
2012-02-17T18:06:30+01:00 (12 years ago)
Author:
stoecker
Message:

typo

File:
1 edited

Legend:

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

    r4966 r4967  
    8787    public UploadAction() {
    8888        super(tr("Upload data"), "upload", tr("Upload all changes in the active data layer to the OSM server"),
    89                 Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload data")), KeyEvent.VK_UP, Shortcut.GROUP_HOTKEY+Shortcu.GROUPS_ALT1), true);
     89                Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload data")), KeyEvent.VK_UP, Shortcut.GROUP_HOTKEY+Shortcut.GROUPS_ALT1), true);
    9090        putValue("help", ht("/Action/Upload"));
    9191    }
Note: See TracChangeset for help on using the changeset viewer.