Ignore:
Timestamp:
23.12.2011 00:02:24 (5 months ago)
Author:
stoecker
Message:

adapt some more help links

File:
1 edited

Legend:

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

    r3995 r4700  
    2929        super(tr("Download parent ways/relations..."), "downloadreferrers", tr("Download objects referring to one of the selected objects"), 
    3030                Shortcut.registerShortcut("file:downloadreferrers", tr("File: {0}", tr("Download parent ways/relations...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT2+Shortcut.GROUP_HOTKEY), true); 
    31         putValue("help", ht("/Action/DownloadReferrers")); 
     31        putValue("help", ht("/Action/DownloadParentWaysAndRelation")); 
    3232    } 
    3333 
Note: See TracChangeset for help on using the changeset viewer.