Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Windatt2013-08-21 14:40:24 +0000
committerCurtis Windatt2013-08-21 14:40:24 +0000
commit576f50eb7b061588d1d4a05635124ca7836a71b9 (patch)
tree27e86b6ea869eb0fa00054a1815a143c3c83f239
parent8c45a225d6e280c0c8fd1cfe5744ff56c48c75a1 (diff)
downloadeclipse.platform.debug-576f50eb7b061588d1d4a05635124ca7836a71b9.tar.gz
eclipse.platform.debug-576f50eb7b061588d1d4a05635124ca7836a71b9.tar.xz
eclipse.platform.debug-576f50eb7b061588d1d4a05635124ca7836a71b9.zip
Bug 415544 - Typo in menu item "Show Debug Toobar"
-rwxr-xr-xorg.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties
index 81ee04202..fad012847 100755
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/launch/LaunchViewMessages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -26,7 +26,7 @@ BreadcrumbDropDownAutoExpandAction_label=Auto-&Expand Breadcrumb
BreadcrumbDropDownAutoExpandAction_tooltip=Auto-Expand Breadcrumb
BreadcrumbDropDownAutoExpandAction_description=In the breadcrumb drop-down, automatically expand elements to reveal full selection in view.
-DebugToolBarAction_View_label=Show Debug &Toobar
+DebugToolBarAction_View_label=Show Debug &Toolbar
DebugToolBarAction_View_tooltip=Show Debug Toolbar
DebugToolBarAction_View_description=Show run control actions in Debug view toolbar

Back to the top