Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2013-06-03 06:47:39 +0000
committerUwe Stieber2013-06-03 06:47:39 +0000
commit470ac849399b5a1d41a198a2ad4b2bdeb292e199 (patch)
tree539f66500de95eea726e7256d58ffb51e960f120 /target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
parentee3ebecac70cc9ffbabdd64a4fe9777c9619bafc (diff)
downloadorg.eclipse.tcf-470ac849399b5a1d41a198a2ad4b2bdeb292e199.tar.gz
org.eclipse.tcf-470ac849399b5a1d41a198a2ad4b2bdeb292e199.tar.xz
org.eclipse.tcf-470ac849399b5a1d41a198a2ad4b2bdeb292e199.zip
Target Explorer: Make the Process Monitor UI adaptable to connection type specifics
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
index a0aece3e5..ab238ebfe 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
@@ -28,7 +28,7 @@ column.name.state = State
column.name.user = User
column.name.cmdline = Command Line
-navigatorContent.name = Processes
+navigatorContent.name = System Monitor
command.refreshviewer.label = Refresh Process List
command.refreshviewer.tooltip = Refresh Process List
@@ -50,9 +50,7 @@ command.attach.tooltip=Attach to the selected Context
command.detach.label=D&etach
command.detach.tooltip=Detach from the selected Context
-page.process.name = Process Monitor
-
-singlethreadfilter.description = For single thread processes the thread child is hidden.
+page.process.namesinglethreadfilter.description = For single thread processes the thread child is hidden.
singlethreadfilter.name = Single Thread Filter
commonFilter.singlethread.name = Single Thread Filter

Back to the top