Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-04-27 05:49:37 +0000
committerUwe Stieber2012-04-27 05:49:37 +0000
commita71f6e456d6c00f2bb1ef97e488bb98da747893b (patch)
tree86d1c57cdee65c3822ebe5b3f02732ad3c6d8f62 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views
parent027bdcf9bf128d05e257d653fc67f158cedfad99 (diff)
downloadorg.eclipse.tcf-a71f6e456d6c00f2bb1ef97e488bb98da747893b.tar.gz
org.eclipse.tcf-a71f6e456d6c00f2bb1ef97e488bb98da747893b.tar.xz
org.eclipse.tcf-a71f6e456d6c00f2bb1ef97e488bb98da747893b.zip
Target Explorer: Bug 377848 - [UI] Eliminate the term "peer" from the UI
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
index 481c39127..eacf4505c 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
@@ -42,11 +42,11 @@ command.save.tooltip=Save
command.saveas.label=Save As...
command.saveas.tooltip=Save As
-PeersSubMenuAction.label=Peers
-PeersSubMenuAction.tooltip=Select the peer to play the script on.
+PeersSubMenuAction.label=Targets
+PeersSubMenuAction.tooltip=Select the target to play the script on.
PlayAction.label=Play
-PlayAction.tooltip=Play the script on the selected peer.
+PlayAction.tooltip=Play the script on the selected target.
OpenAction.label=Open
OpenAction.tooltip=Opens a script.

Back to the top