Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties16
1 files changed, 14 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
index b1c9c9284..55923c21d 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties
@@ -66,31 +66,43 @@ command.select.label=Select Default Connection...
command.select.toolbar.tooltip=Select a default connection
command.new.label=New Connection...
+command.new.mnemonic=N
command.new.toolbar.tooltip=Create a new connection
command.open.label=Open Connection Details
+command.open.mnemonic=O
command.open.toolbar.tooltip=Opens the connection details of the selected connection
+command.connect.mnemonic=C
+command.disconnect.mnemonic=D
+command.select.mnemonic=S
+
command.delete.label=Delete
command.delete.tooltip=Delete the selected connection
command.delete.toolbar.tooltip=Deletes the selected connection
-command.delete.mnemonic=D
+command.delete.mnemonic=l
command.rename.label=Rename
command.rename.tooltip=Rename the selected connection
command.rename.mnemonic=R
command.refresh.label=Refresh
+command.refresh.mnemonic=f
command.refresh.tooltip=Refresh the selected connection
command.debug.label=Debug
+command.debug.mnemonic=e
command.debug.tooltip=Starts the debugger
command.launch.label=Launch Terminal...
-command.launch.mnemonic=L
+command.launch.mnemonic=a
command.launch.tooltip=Opens a terminal on the selected target.
command.history.label=Recent Actions...
+command.history.mnemonic=t
+command.history.tooltip=Lists the recently executed actions.
+
command.historyLast.label=Execute Last Action
+command.historyLast.mnemonic=x
toolbar.label=System Management

Back to the top