Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2014-10-08 09:10:12 +0000
committerDani Megert2014-10-08 09:12:11 +0000
commit7a25e04d06eb13797a5e1ac0a61c9d48b30af179 (patch)
tree565bd5368efc9e99ab8096fb19551b68595c12b3 /org.eclipse.debug.ui/plugin.properties
parent67ab45167dc73f66adf47470532a7c71a3d3339f (diff)
downloadeclipse.platform.debug-7a25e04d06eb13797a5e1ac0a61c9d48b30af179.tar.gz
eclipse.platform.debug-7a25e04d06eb13797a5e1ac0a61c9d48b30af179.tar.xz
eclipse.platform.debug-7a25e04d06eb13797a5e1ac0a61c9d48b30af179.zip
Fixed bug 220657: [console][run control] Add Teminate All action in console view's context menuI20141008-1300
Signed-off-by: Sarika Sinha <sarika.sinha@in.ibm.com>
Diffstat (limited to 'org.eclipse.debug.ui/plugin.properties')
-rw-r--r--org.eclipse.debug.ui/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 70a9f4d68..b1a4bd225 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 2014 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -138,6 +138,8 @@ ToggleBreakpointsTargetFactoriesExtension.name=Toggle Breakpoints Target Factori
ToggleLineBreakpointAction.label=Toggle &Line Breakpoint
ToggleMethodBreakpointAction.label=Toggle &Method Breakpoint
ToggleWatchpointAction.label=Toggle &Watchpoint
+TerminateAllAction.label=Termi&nate/Disconnect All
+TerminateAllAction.tooltip=Terminate/Disconnect All
BreakpointTypesMenu.label=B&reakpoint Types
VariablesView.name=Variables
VariableTextFontDefinition.label=Variable text font

Back to the top