Ignore:
Timestamp:
2009-10-25T15:13:08+01:00 (15 years ago)
Author:
Gubaer
Message:

applied #3663: patch by singularita: Function to automatically download all missing relations members in all relations
Slightly updated and completed with context sensitive help, see also help

File:
1 edited

Legend:

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

    r2303 r2317  
    117117
    118118    public UploadAction() {
    119         super(tr("Upload data"), "upload", tr("Upload all changes in the current data layer to the OSM server"),
     119        super(tr("Upload data"), "upload", tr("Upload all changes in the active data layer to the OSM server"),
    120120                Shortcut.registerShortcut("file:upload", tr("File: {0}", tr("Upload data")), KeyEvent.VK_U, Shortcut.GROUPS_ALT1+Shortcut.GROUP_HOTKEY), true);
    121121    }
Note: See TracChangeset for help on using the changeset viewer.