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.filesystem.ui
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.filesystem.ui')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.properties15
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml34
2 files changed, 25 insertions, 24 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 b92b030dd..76ab3f103 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
@@ -80,12 +80,6 @@ command.label.paste = Paste
command.label.delete = Delete
command.label.rename = Rename
command.label.move = Move
-command.label.cut.1 = Cut
-command.label.copy.1 = Copy
-command.label.paste.1 = Paste
-command.label.delete.1 = Delete
-command.label.rename.1 = Rename
-command.label.move.1 = Move
command.newfile.label = &File
command.newfolder.label = &Folder
@@ -115,4 +109,11 @@ propertyTab.permission.label = Permissions
command.refresh.tooltip = Refresh the selected nodes
command.filter.label = Filter
command.reset.label = Reset
-command.search.label = Find... \ No newline at end of file
+command.search.label = Find...
+
+command.cut.mnemonic = t
+command.copy.mnemonic = C
+command.paste.mnemonic = P
+command.delete.mnemonic = D
+command.rename.mnemonic = R
+command.move.mnemonic = M \ No newline at end of file
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
index e6d215b2d..bde069ffd 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/plugin.xml
@@ -231,7 +231,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/cut_edit.gif"
id="cut"
label="%command.label.cut"
- mnemonic="t"
+ mnemonic="%command.cut.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -254,7 +254,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.gif"
id="copy"
label="%command.label.copy"
- mnemonic="C"
+ mnemonic="%command.copy.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -277,7 +277,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/paste_edit.gif"
id="paste"
label="%command.label.paste"
- mnemonic="P"
+ mnemonic="%command.paste.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -304,7 +304,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/delete.gif"
id="org.eclipse.tcf.te.ui.commands.delete"
label="%command.label.delete"
- mnemonic="D"
+ mnemonic="%command.delete.mnemonic"
style="push"
tooltip="%command.delete.description">
<visibleWhen
@@ -487,7 +487,7 @@
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Rename"
id="rename"
label="%command.label.rename"
- mnemonic="R"
+ mnemonic="%command.rename.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -509,7 +509,7 @@
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Move"
id="move"
label="%command.label.move"
- mnemonic="M"
+ mnemonic="%command.move.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -627,8 +627,8 @@
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Cut"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/cut_edit.gif"
id="cut"
- label="%command.label.cut.1"
- mnemonic="t"
+ label="%command.label.cut"
+ mnemonic="%command.cut.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -655,8 +655,8 @@
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Copy"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.gif"
id="copy"
- label="%command.label.copy.1"
- mnemonic="C"
+ label="%command.label.copy"
+ mnemonic="%command.copy.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -683,8 +683,8 @@
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Paste"
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/paste_edit.gif"
id="paste"
- label="%command.label.paste.1"
- mnemonic="P"
+ label="%command.label.paste"
+ mnemonic="%command.paste.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -715,7 +715,7 @@
icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/delete.gif"
id="org.eclipse.tcf.te.ui.commands.delete"
label="%command.delete.label"
- mnemonic="D"
+ mnemonic="%command.delete.mnemonic"
style="push"
tooltip="%command.delete.description">
<visibleWhen checkEnabled="false">
@@ -891,8 +891,8 @@
commandId="org.eclipse.ui.edit.rename"
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Rename"
id="rename"
- label="%command.label.rename.1"
- mnemonic="R"
+ label="%command.label.rename"
+ mnemonic="%command.rename.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">
@@ -918,8 +918,8 @@
commandId="org.eclipse.ui.edit.move"
helpContextId="org.eclipse.tcf.te.tcf.filesystem.command_Move"
id="move"
- label="%command.label.move.1"
- mnemonic="M"
+ label="%command.label.move"
+ mnemonic="%command.move.mnemonic"
style="push">
<visibleWhen
checkEnabled="false">

Back to the top