Changeset 35583 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java
r33739 r35583 48 48 tr("Connect to gpsd server and show current position in LiveGPS layer."), 49 49 Shortcut.registerShortcut("menu:livegps:capture", tr( 50 " Menu: {0}", tr("Capture GPS Track")),50 "GPS: {0}", tr("Capture GPS Track")), 51 51 KeyEvent.VK_R, Shortcut.CTRL), true); 52 52 } … … 62 62 super(tr("Center Once"), "centermenu", 63 63 tr("Center the LiveGPS layer to current position."), 64 Shortcut.registerShortcut("edit:centergps", tr(" Edit: {0}",64 Shortcut.registerShortcut("edit:centergps", tr("GPS: {0}", 65 65 tr("Center Once")), KeyEvent.VK_HOME, 66 66 Shortcut.DIRECT), true); … … 82 82 tr("Continuously center the LiveGPS layer to current position."), 83 83 Shortcut.registerShortcut("menu:livegps:autocenter", tr( 84 " Menu: {0}", tr("Capture GPS Track")),84 "GPS: {0}", tr("Auto-Center")), 85 85 KeyEvent.VK_HOME, Shortcut.CTRL), true); 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.