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, 8 insertions, 8 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 fdf232507..a55124653 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
@@ -23,12 +23,12 @@ PeersByCurrentUserFilter.name=Only show targets started by me
# ***** Import/Export Wizards *****
ImportWizards.Category.TCF=System Management
-ImportWizards.Peer=Targets
-ImportWizards.PeerDescription=Import targets into the System Management view.
+ImportWizards.Peer=Configurations
+ImportWizards.PeerDescription=Import configurations into the System Management view.
ExportWizards.Category.TCF=System Management
-ExportWizards.Peer=Targets
-ExportWizards.PeerDescription=Export targets from the System Management view.
+ExportWizards.Peer=Configurations
+ExportWizards.PeerDescription=Export configurations from the System Management view.
# ***** Decorators *****
@@ -38,7 +38,7 @@ peerhost.decorator.label = Target Node Decorator
NewWizards.category.name=Target Communication Framework
-NewTargetWizard.name=Target
+NewTargetWizard.name=Configuration
NewTargetWizard.description=Specify the attributes of the target to connect to.
# ***** Editor Pages *****
@@ -58,15 +58,15 @@ preference.page.name = Logging
ToolbarAction.label=Target Connections
command.delete.label=Delete
-command.delete.tooltip=Delete the selected target
+command.delete.tooltip=Delete the selected configuration
command.delete.mnemonic = D
command.rename.label=Rename
-command.rename.tooltip=Rename the selected target
+command.rename.tooltip=Rename the selected configuration
command.rename.mnemonic = R
command.refresh.label=Refresh
-command.refresh.tooltip=Refresh the selected target
+command.refresh.tooltip=Refresh the selected configuration
command.debug.label=Debug
command.debug.tooltip=Starts the debugger

Back to the top