Ignore:
Timestamp:
2020-10-15T19:00:54+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19851 - Fix shortcut names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/livegps/src/livegps/LiveGpsPlugin.java

    r33739 r35583  
    4848                    tr("Connect to gpsd server and show current position in LiveGPS layer."),
    4949                    Shortcut.registerShortcut("menu:livegps:capture", tr(
    50                             "Menu: {0}", tr("Capture GPS Track")),
     50                            "GPS: {0}", tr("Capture GPS Track")),
    5151                            KeyEvent.VK_R, Shortcut.CTRL), true);
    5252        }
     
    6262            super(tr("Center Once"), "centermenu",
    6363                    tr("Center the LiveGPS layer to current position."),
    64                     Shortcut.registerShortcut("edit:centergps", tr("Edit: {0}",
     64                    Shortcut.registerShortcut("edit:centergps", tr("GPS: {0}",
    6565                            tr("Center Once")), KeyEvent.VK_HOME,
    6666                            Shortcut.DIRECT), true);
     
    8282                    tr("Continuously center the LiveGPS layer to current position."),
    8383                    Shortcut.registerShortcut("menu:livegps:autocenter", tr(
    84                             "Menu: {0}", tr("Capture GPS Track")),
     84                            "GPS: {0}", tr("Auto-Center")),
    8585                            KeyEvent.VK_HOME, Shortcut.CTRL), true);
    8686        }
Note: See TracChangeset for help on using the changeset viewer.