Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schorn2015-05-11 12:29:06 +0000
committerUwe Stieber2015-05-12 04:45:42 +0000
commited2151797731eac8ce64bd88c08f2a2e2094cd3f (patch)
treeb87af9c03e234215e704ba59b1d9aada14144fe3 /target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties
parent375546a9bb4d87ec837aec6ac3ffd04a7081a6a8 (diff)
downloadorg.eclipse.tcf-ed2151797731eac8ce64bd88c08f2a2e2094cd3f.tar.gz
org.eclipse.tcf-ed2151797731eac8ce64bd88c08f2a2e2094cd3f.tar.xz
org.eclipse.tcf-ed2151797731eac8ce64bd88c08f2a2e2094cd3f.zip
Bug 465093, 465580: Polish labels and position of actions.
Also fix download for files containing '+' characters in the name. Change-Id: I3e11378dd123565cabb64ae8fd0628765c3296e4 Signed-off-by: Markus Schorn <markus.schorn@windriver.com>
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties6
1 files changed, 3 insertions, 3 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 76a072c71..e40200748 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
@@ -64,7 +64,7 @@ command.commit.name = Commit File
command.merge.name = Merge File
command.revert.name = Revert File
command.download.name = Download Files
-command.toggleReavealOnConnect.name = Toggle Reveal on Connect
+command.toggleReavealOnConnect.name = Toggle Show on Connect
command.delete.label=Delete
command.delete.description=Delete the selected node
@@ -74,7 +74,7 @@ decorator.outdated.label = Remote File System Outdated Cache Decorator
decorator.conflict.label = Remote File System Conflicting Cache Decorator
decorator.label.cut = Remote File System Cut File Decorator
decorator.hidden.label = Remote File System Hidden File Decorator
-decorator.revealOnConnect.label = Remote File System Reveal on Connect Decorator
+decorator.revealOnConnect.label = Remote File System Show on Connect Decorator
menu.label.openwith = Open With
menu.new.label = &New
@@ -85,7 +85,7 @@ command.label.paste = Paste
command.label.delete = Delete
command.label.rename = Rename
command.label.move = Move
-command.label.download = Download...
+command.label.download = Download to Host...
command.newfile.label = &File
command.newfolder.label = &Folder

Back to the top