Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2014-02-07 07:07:53 +0000
committerUwe Stieber2014-02-07 07:07:53 +0000
commit756676c252ed3da0a60cec4cfbc8cf6ac9db561e (patch)
tree4ccb0441ffe19aaaed0b41e6c67e335f3ca17f74
parentccaf3c561d507e369192ad4ced082c7e70ab7157 (diff)
downloadorg.eclipse.tcf-756676c252ed3da0a60cec4cfbc8cf6ac9db561e.tar.gz
org.eclipse.tcf-756676c252ed3da0a60cec4cfbc8cf6ac9db561e.tar.xz
org.eclipse.tcf-756676c252ed3da0a60cec4cfbc8cf6ac9db561e.zip
Target Explorer: Fix typo in new connection toolbar tooltip id
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties2
1 files changed, 1 insertions, 1 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 5e1a7d31b..8e26e739d 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
@@ -62,7 +62,7 @@ preference.page.name = Logging
menu.system.label=System
command.new.label=New Connection...
-command.open.toolbar.tooltip=Create a new connection
+command.new.toolbar.tooltip=Create a new connection
command.open.label=Open Connection Details
command.open.toolbar.tooltip=Opens the connection details of the selected connection

Back to the top