Ignore:
Timestamp:
2020-10-13T20:21:52+02:00 (5 years ago)
Author:
Klumbumbus
Message:

fix #19851 - Fix shortcut names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java

    r16423 r17188  
    125125        // CHECKSTYLE.OFF: LineLength
    126126        /** Action shortcut (ctrl / space by default), made public in order to be used from {@code GettingStarted} page. */
    127         public static final Shortcut SHORTCUT = Shortcut.registerShortcut("help:search-items", "Search menu items", KeyEvent.VK_SPACE, Shortcut.CTRL);
     127        public static final Shortcut SHORTCUT = Shortcut.registerShortcut("help:search-items", tr("Help: {0}", tr("Search menu items")), KeyEvent.VK_SPACE, Shortcut.CTRL);
    128128        // CHECKSTYLE.ON: LineLength
    129129
Note: See TracChangeset for help on using the changeset viewer.