Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties11
1 files changed, 10 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
index 161a39625..37efc24bf 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.properties
@@ -63,12 +63,21 @@ menu.categories.addto.label=Add To
menu.categories.removefrom.label=Remove From
command.showin.name = Show In Group
+
menu.find.label = Find...
+
command.find.name = Find...
+
menu.filter.label = Filter...
menu.reset.label = Reset
+
command.find.description = Find elements in a tree viewer
command.filter.description = Filter elements in a tree viewer
command.filter.name = Quick Filter
+
command.reset.description = Reset quick filter in a tree viewer
-command.reset.name = Reset Quick Filter \ No newline at end of file
+command.reset.name = Reset Quick Filter
+
+command.showInSM.name=Show In System Management View Command
+command.showInSM.description=Shows the active editor context in the System Management view.
+

Back to the top