Changeset 4700 in josm for trunk/src/org/openstreetmap/josm/actions/DownloadReferrersAction.java
- Timestamp:
- 23.12.2011 00:02:24 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadReferrersAction.java
r3995 r4700 29 29 super(tr("Download parent ways/relations..."), "downloadreferrers", tr("Download objects referring to one of the selected objects"), 30 30 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/Download Referrers"));31 putValue("help", ht("/Action/DownloadParentWaysAndRelation")); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.
