Changeset 17052 in josm


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

see #19836 - display main menu item for shortcut name

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

Legend:

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

    r17049 r17052  
    2727        super(tr("Download notes in current view"), iconName, tr("Download notes in current view"),
    2828                Shortcut.registerShortcut("file:downloadnotesinview",
    29                 tr("Download notes in current view"), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false,
     29                tr("File: {0}", tr("Download notes in current view")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false,
    3030                "dialogs/notes/download_in_view", true);
    3131    }
  • 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.