Changeset 17188 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java
- Timestamp:
- 2020-10-13T20:21:52+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/MenuItemSearchDialog.java
r16423 r17188 125 125 // CHECKSTYLE.OFF: LineLength 126 126 /** 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); 128 128 // CHECKSTYLE.ON: LineLength 129 129
Note:
See TracChangeset
for help on using the changeset viewer.
