Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
index 6e98e1bad..01ef59cca 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.terminals/plugin.properties
@@ -27,5 +27,11 @@ StreamsConnectorType.label=Streams Connector Type
command.launch.name=Launch Terminal Command
command.launch.label=Launch Terminal...
+command.launch.mnemonic=L
command.launch.tooltip=Opens a terminal on the selected target.
command.launchWithoutSelection.tooltip=Opens a terminal
+
+# ***** Extension Points *****
+
+ExtensionPoint.connectorTypes.name=Terminal Connector Types
+ExtensionPoint.launcherDelegates.name=Terminal Launcher Delegates \ No newline at end of file

Back to the top