Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-09-25 11:24:40 +0000
committerUwe Stieber2013-09-25 11:24:40 +0000
commit45c6a645ed6ddf50c4b316dc01dc6a5c49bfaf19 (patch)
treeb8d053251234bfd5ea36b21ec11df0590435241c /target_explorer
parent13ea6d1263c806839bc79b6d0decc7503f36275f (diff)
downloadorg.eclipse.tcf-45c6a645ed6ddf50c4b316dc01dc6a5c49bfaf19.tar.gz
org.eclipse.tcf-45c6a645ed6ddf50c4b316dc01dc6a5c49bfaf19.tar.xz
org.eclipse.tcf-45c6a645ed6ddf50c4b316dc01dc6a5c49bfaf19.zip
Target Explorer: Fix import/export target wizard labels
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.properties8
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties28
2 files changed, 18 insertions, 18 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 444ca621e..b15109331 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
@@ -24,12 +24,12 @@ PeersByCurrentUserFilter.name=Only show targets started by me
# ***** Import/Export Wizards *****
ImportWizards.Category.TCF=System Management
-ImportWizards.Peer=Configurations
-ImportWizards.PeerDescription=
+ImportWizards.Peer=Targets
+ImportWizards.PeerDescription=Import targets into the System Management view.
ExportWizards.Category.TCF=System Management
-ExportWizards.Peer=Configurations
-ExportWizards.PeerDescription=
+ExportWizards.Peer=Targets
+ExportWizards.PeerDescription=Export targets from the System Management view.
# ***** Decorators *****
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
index 398981ce8..2e6c669bc 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/nls/Messages.properties
@@ -171,32 +171,32 @@ EditorSaveAsAdapter_message=Please enter a new name.
EditorSaveAsAdapter_nameInUse_error=The name is already in use.
EditorSaveAsAdapter_label=New Name:
-PeerExportWizard_title=Export TCF Configurations
-PeerExportWizard_message=Select the configurations to export.
+PeerExportWizard_title=Export Targets
+PeerExportWizard_message=Select the target(s) to export.
PeerExportWizardPage_selectAll=Select All
PeerExportWizardPage_deselectAll=Deselect All
-PeerExportWizardPage_peers_label=Configurations:
+PeerExportWizardPage_peers_label=Connections:
PeerExportWizardPage_destination_label=Location:
PeerExportWizardPage_destination_button=Browse...
-PeerExportWizardPage_peersMissing_error=Please select a configuration to export.
-PeerExportWizardPage_destinationMissing_error=Please enter or select a directory to export the configuration(s) to.
-PeerExportWizardPage_destinationIsFile_error=Please enter or select a valid directory to export the configurations to.
+PeerExportWizardPage_peersMissing_error=Please select a target to export.
+PeerExportWizardPage_destinationMissing_error=Please enter or select a directory to export the target(s) to.
+PeerExportWizardPage_destinationIsFile_error=Please enter or select a valid directory to export the target(s) to.
PeerExportWizardPage_overwrite_button=Overwrite existing file(s) without warning
PeerExportWizardPage_overwriteDialog_message=The file ''{0}'' already exists. Do you want to overwrite it?
PeerExportWizardPage_overwriteDialogToggle_message=Remember my decision
-PeerImportWizard_title=Import TCF Configurations
-PeerImportWizard_message=Select the configurations to Import.
+PeerImportWizard_title=Import Targets
+PeerImportWizard_message=Select the target(s) to Import.
PeerImportWizardPage_selectAll=Select All
PeerImportWizardPage_deselectAll=Deselect All
-PeerImportWizardPage_peers_label=Configurations:
+PeerImportWizardPage_peers_label=Connections:
PeerImportWizardPage_destination_label=Location:
PeerImportWizardPage_destination_button=Browse...
-PeerImportWizardPage_peersMissing_error=Please select a configuration to import.
-PeerImportWizardPage_locationMissing_error=Please enter or select a directory to import the configuration(s) from.
-PeerImportWizardPage_locationIsFile_error=Please enter or select a valid directory to import the configurations from.
-PeerImportWizardPage_overwrite_button=Overwrite existing configuration(s) without warning
-PeerImportWizardPage_overwriteDialog_message=The configuration ''{0}'' already exists. Do you want to overwrite it?
+PeerImportWizardPage_peersMissing_error=Please select a target to import.
+PeerImportWizardPage_locationMissing_error=Please enter or select a directory to import the target(s) from.
+PeerImportWizardPage_locationIsFile_error=Please enter or select a valid directory to import the target(s) from.
+PeerImportWizardPage_overwrite_button=Overwrite existing target(s) without warning
+PeerImportWizardPage_overwriteDialog_message=The target ''{0}'' already exists. Do you want to overwrite it?
PeerImportWizardPage_overwriteDialogToggle_message=Remember my decision
DefaultContextStatusTrimControl_label={0}

Back to the top