Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-05-12 05:03:31 +0000
committerUwe Stieber2015-05-12 05:03:31 +0000
commit2671cd6ca24be3355c3af74ec480755f6441f7e5 (patch)
tree883c78c3110c9abb0baee97e67379a4476726b83
parented2151797731eac8ce64bd88c08f2a2e2094cd3f (diff)
downloadorg.eclipse.tcf-2671cd6ca24be3355c3af74ec480755f6441f7e5.tar.gz
org.eclipse.tcf-2671cd6ca24be3355c3af74ec480755f6441f7e5.tar.xz
org.eclipse.tcf-2671cd6ca24be3355c3af74ec480755f6441f7e5.zip
Target Explorer: Clarify label of download to local host action
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties
index e40200748..709a6994b 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties
@@ -85,7 +85,7 @@ command.label.paste = Paste
command.label.delete = Delete
command.label.rename = Rename
command.label.move = Move
-command.label.download = Download to Host...
+command.label.download = Download to Local Host...
command.newfile.label = &File
command.newfolder.label = &Folder

Back to the top