Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-05-07 07:56:27 +0000
committerLars Vogel2020-05-07 15:42:41 +0000
commita441c86dab23cb9493ac1a168d468e65b4c00284 (patch)
treed1f9ed976e45adb75c392cbc3e0d70a7a7f614bd
parentfa1c3a5bbb22c394d1737f6568dbfe04fa3878a5 (diff)
downloadeclipse.platform.debug-a441c86dab23cb9493ac1a168d468e65b4c00284.tar.gz
eclipse.platform.debug-a441c86dab23cb9493ac1a168d468e65b4c00284.tar.xz
eclipse.platform.debug-a441c86dab23cb9493ac1a168d468e65b4c00284.zip
Bug 562911 - Shorter debug perspective text
Change-Id: Ie9b4e9974bc93db200d8a7cb2fd3fa951000ae35 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.debug.ui/plugin.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index f6834e1e2..d8b1dc8f5 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -70,7 +70,7 @@ DebugModelPresentationExtensionName=Debug Model Presentation
LaunchConfigurationTabsExtension.name=Launch Configuration Tabs
DebugPerspective.name=Debug
-DebugPerspective.description=This Debug perspective is designed to support application debugging. It incorporates views for displaying the debug stack, variables and breakpoint management.
+DebugPerspective.description=This Debug perspective supports application debugging by providing views for displaying the debug stack, variables and breakpoints.
command.openDebugPerspective.description = Open the debug perspective
DebugPreferencePage.name=Run/Debug

Back to the top