Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2012-07-26 12:11:30 +0000
committerTobias Schwarz2012-07-26 12:11:46 +0000
commit966739b40ded10422b79ef2f1f3b384c45a28ca7 (patch)
treee0a809b37ac094ad8e44282a0253194273324b21 /target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties
parent0bbc12354db5fecc61784ba0f15d9cf55226b8fc (diff)
downloadorg.eclipse.tcf-966739b40ded10422b79ef2f1f3b384c45a28ca7.tar.gz
org.eclipse.tcf-966739b40ded10422b79ef2f1f3b384c45a28ca7.tar.xz
org.eclipse.tcf-966739b40ded10422b79ef2f1f3b384c45a28ca7.zip
Target Explorer: fix warnings for non externalized strings in plugin.xml
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/plugin.properties8
1 files changed, 8 insertions, 0 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 1a5a5a4a8..23ad0e327 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
@@ -53,3 +53,11 @@ OpenAction.tooltip=Opens a script.
ClearAction.label=Clear
ClearAction.tooltip=Clear the content and resets the opened file path.
+
+command.cut.mnemonic = t
+command.copy.mnemonic = C
+command.paste.mnemonic = P
+command.delete.mnemonic = D
+command.selectall.mnemonic = A
+command.save.mnemonic = S
+command.saveas.mnemonic = a \ No newline at end of file

Back to the top