Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Chen2012-01-11 09:10:18 +0000
committerWilliam Chen2012-01-11 09:10:18 +0000
commitd5ace269bc80ec10003c48c203125e7d08f9b359 (patch)
tree8b5c8afd19fe0189fcf3d9bc7728e078c0c23142 /target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/plugin.properties
parent405c920e4161de3fafa0bb5bea21ec54d5acbd4a (diff)
downloadorg.eclipse.tcf-d5ace269bc80ec10003c48c203125e7d08f9b359.tar.gz
org.eclipse.tcf-d5ace269bc80ec10003c48c203125e7d08f9b359.tar.xz
org.eclipse.tcf-d5ace269bc80ec10003c48c203125e7d08f9b359.zip
Target Explorer: Enhancement bug #368321.
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.properties10
1 files changed, 8 insertions, 2 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 f91b358d8..154833e02 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
@@ -26,7 +26,7 @@ column.name.pid = PID
column.name.ppid = PPID
column.name.state = State
column.name.user = User
-navigatorContent.name = Process Monitor
+navigatorContent.name = Processes
command.refresh.label = Refresh Process List
command.refresh.tooltip = Refresh Process List
command.refresh.name = Refresh Process List
@@ -39,4 +39,10 @@ command.configure.tooltip = Config Refresh Interval
command.configure.name = Config Refresh Interval
command.startPolling.label.1 = Start Polling
command.stopPolling.label.1 = Stop Polling
-page.process.name = Process Monitor \ No newline at end of file
+page.process.name = Process Monitor
+singlethreadfilter.description = For single thread processes the thread child is hidden.
+singlethreadfilter.name = Single Thread Filter
+commonFilter.singlethread.name = Single Thread Filter
+propertyTab.general.label = General
+propertyTab.context.label = Context
+propertyTab.advanced.label = Advanced \ No newline at end of file

Back to the top