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

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

Legend:

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

    r2254 r2317  
    1919        super(tr("Update data"),
    2020                "updatedata",
    21                 tr("Updates the objects in the current data layer from the server."),
     21                tr("Updates the objects in the active data layer from the server."),
    2222                Shortcut.registerShortcut("file:updatedata",
    2323                        tr("Update data"),
  • 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.