Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorustieber2011-05-12 11:02:19 +0000
committerustieber2011-05-12 11:02:19 +0000
commit1872071ffb080b222581a39ca6ddf5d714e86889 (patch)
treef54755891a2053033825879bb2b5fd4a5e1efa78 /target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties
parentfa85be44ccd955603e514bc2ed7a107e1f56f8f1 (diff)
downloadorg.eclipse.tcf-1872071ffb080b222581a39ca6ddf5d714e86889.tar.gz
org.eclipse.tcf-1872071ffb080b222581a39ca6ddf5d714e86889.tar.xz
org.eclipse.tcf-1872071ffb080b222581a39ca6ddf5d714e86889.zip
Target Explorer: Rework "Add Peer..." dialog action to become a regular common navigator new wizard
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties16
1 files changed, 8 insertions, 8 deletions
diff --git a/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties
index 910ffda8c..3d656b10a 100644
--- a/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tm.te.tcf.ui/plugin.properties
@@ -11,17 +11,17 @@
pluginName = Target Explorer, TCF UI Plug-in
providerName = Eclipse.org
+# ***** Wizards *****
+
+NewPeerWizard.name=TCF Remote Target
+
# ***** Editor Pages *****
NodePropertiesEditorPage.name=General
# ***** Command Contributions *****
-TcfDataSource.command.category.name=Target Explorer Commands (TCF)
-
-TcfDataSource.command.refresh.name=Refresh Command
-TcfDataSource.command.refresh.label=Re&fresh
-TcfDataSource.command.refresh.tooltip=Refresh
+command.category.name=Target Explorer Commands (TCF)
-TcfDataSource.command.addPeer.name=Add New Peer Command
-TcfDataSource.command.addPeer.label=&New Peer...
-TcfDataSource.command.addPeer.tooltip=Adds a new peer to the discovery view.
+command.refresh.name=Refresh Command
+command.refresh.label=Re&fresh
+command.refresh.tooltip=Refresh

Back to the top