Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-05-31 14:18:56 +0000
committerDarin Wright2006-05-31 14:18:56 +0000
commitd4456714cac8264bad53c0a9a053ce4169eec284 (patch)
tree9245059536f99fa3e4d6d0801c1af2040407a063
parentdd03535de63e6c73a6ac223d8a881671f52a1791 (diff)
downloadeclipse.platform.debug-d4456714cac8264bad53c0a9a053ce4169eec284.tar.gz
eclipse.platform.debug-d4456714cac8264bad53c0a9a053ce4169eec284.tar.xz
eclipse.platform.debug-d4456714cac8264bad53c0a9a053ce4169eec284.zip
Bug 144551 - Collapse All tooltip in the Breakpoint View says "Collapse Al"
-rw-r--r--org.eclipse.debug.ui/plugin.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties
index 85175dbe5..507a22d42 100644
--- a/org.eclipse.debug.ui/plugin.properties
+++ b/org.eclipse.debug.ui/plugin.properties
@@ -28,7 +28,7 @@ VariableValueEditorsName=Variable Value Editors
BreakpointActionSet.label=Breakpoints
CollapseAll.label=Collapse All
-CollapseAll.tooltip= Collapse Al
+CollapseAll.tooltip= Collapse All
CopyToClipboardAction.label=&Copy Stack
CopyVariablesToClipboardAction.label=Copy &Variables
CopyExpressionsToClipboardAction.label=Copy &Expressions
@@ -44,7 +44,7 @@ DebugLaunchGroup.title=Select or configure an application to debug
DebugModelPresentationExtensionName=Debug Model Presentation
DebugPerspective.name=Debug
-DebugPerspective.description=This Debug perspective is designed to support application debugging. It incorperates 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
@@ -122,7 +122,7 @@ RemoveRenderingAction.name = Remove Rendering
PerspectivePreferencePage.name = Perspectives
LaunchConfigurationsPage.name = Launch Configurations
-#string subtitution variables
+#string substitution variables
string_prompt.description=Returns the text value entered into a prompt dialog. When one argument is provided, it is used as a prompt hint on the input dialog. When a second argument is provided, it is used as an initial value in the input dialog. The first and second arguments must be separated with a ':'.
file_prompt.description=Returns the absolute file system path of a file chosen in a file selection dialog. When one argument is provided, it is used a prompt hint on the dialog title. When a second argument is provided, it is used as an initial value for the file selection dialog. The first and second arguments must be separated with a ':'.
folder_prompt.description=Returns the absolute file system path of a directory chosen in a directory selection dialog. When one argument is provided, it is used a prompt hint on the dialog title. When a second argument is provided, it is used as an initial value for the directory selection dialog. The first and second arguments must be separated with a ':'.

Back to the top