Index: applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/AutoSaveAction.java
===================================================================
--- applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/AutoSaveAction.java	(revision 35562)
+++ applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/AutoSaveAction.java	(revision 35583)
@@ -32,5 +32,5 @@
     public AutoSaveAction() {
         super(tr("AutoSave LiveData"), "autosave.png", tr("Save captured data to file every minute."),
-        Shortcut.registerShortcut("surveyor:autosave", tr("Tool: {0}", tr("AutoSave LiveData")),
+        Shortcut.registerShortcut("surveyor:autosave", tr("GPS: {0}", tr("AutoSave LiveData")),
         KeyEvent.VK_S, Shortcut.ALT_CTRL_SHIFT), true);
     }
Index: applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorShowAction.java
===================================================================
--- applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorShowAction.java	(revision 35562)
+++ applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorShowAction.java	(revision 35583)
@@ -44,5 +44,5 @@
     public SurveyorShowAction(LiveGpsPlugin gpsPlugin) {
         super(tr("Surveyor..."), "surveyormenu.png", tr("Open surveyor tool."),
-        Shortcut.registerShortcut("surveyor:open", tr("Tool: {0}", tr("Surveyor...")),
+        Shortcut.registerShortcut("surveyor:open", tr("GPS: {0}", tr("Surveyor...")),
         KeyEvent.VK_R, Shortcut.CTRL_SHIFT), true);
         this.gpsPlugin = gpsPlugin;
