Ignore:
Timestamp:
2020-09-22T21:00:35+02:00 (6 years ago)
Author:
stoecker
Message:

see #19836 - display main menu item for shortcut name

File:
1 edited

Legend:

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

    r17049 r17052  
    3131        super(tr("Download in current view"), "download_in_view", tr("Download map data from the OSM server in current view"),
    3232                Shortcut.registerShortcut("file:downloadosminview",
    33                 tr("Download in current view"), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false,
     33                tr("File: {0}", tr("Download in current view")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false,
    3434                "dialogs/download_in_view", true);
    3535    }
Note: See TracChangeset for help on using the changeset viewer.