Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-08-09 10:18:28 +0000
committerMichael Keppler2018-08-09 10:18:28 +0000
commit3a329a1ad4bdf8732bdb1a712898917f163cc50a (patch)
tree860dba11b526a71e4e1f9cb2856d17b12c54e0ad /org.eclipse.debug.ui
parent9c227fb9cc24f8f933f3bab64d64445d412c4547 (diff)
downloadeclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.tar.gz
eclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.tar.xz
eclipse.platform.debug-3a329a1ad4bdf8732bdb1a712898917f163cc50a.zip
Also remove the plenking by replacing double blanks with single blanks. Change-Id: I0ae81e406d770b6776e1b4ebd57c42d3e120e610 Signed-off-by: Michael Keppler <michael.keppler@gmx.de>
Diffstat (limited to 'org.eclipse.debug.ui')
-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 53ec0e661..ed371f941 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -66,7 +66,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 is designed to support application debugging. It incorporates views for displaying the debug stack, variables and breakpoint management.
command.openDebugPerspective.description = Open the debug perspective
DebugPreferencePage.name=Run/Debug

Back to the top