Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2010-03-24 14:47:58 +0000
committerDarin Wright2010-03-24 14:47:58 +0000
commit8e79854f1425b080c80aa50610be0db51a3596a5 (patch)
tree6dc44bc80c69aabe275e65cb83e6534fa1cbd4dd /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
parentcd156f29eff6628a91816656243ec943bdf81ceb (diff)
downloadeclipse.platform.debug-8e79854f1425b080c80aa50610be0db51a3596a5.tar.gz
eclipse.platform.debug-8e79854f1425b080c80aa50610be0db51a3596a5.tar.xz
eclipse.platform.debug-8e79854f1425b080c80aa50610be0db51a3596a5.zip
Bug 301119 - Breakpoints view's 'Layout' menu needs 'Automatic'
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index cad10fee3..ca45abd94 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -93,11 +93,11 @@ AbstractLaunchHistoryAction_5={0}
AbstractLaunchHistoryAction_6=(no launch history)
AbstractDebugActionDelegate_0=Error
-ToggleDetailPaneAction_0=Automatic
-ToggleDetailPaneAction_1=Vertical
+ToggleDetailPaneAction_0=&Automatic
+ToggleDetailPaneAction_1=&Vertical
ToggleDetailPaneAction_2=Place the Detail Pane Underneath the Main Tree View
ToggleDetailPaneAction_3=Automatically position the detail pane
-ToggleDetailPaneAction_4=Horizontal
+ToggleDetailPaneAction_4=&Horizontal
ToggleDetailPaneAction_5=Place the Detail Pane on the Right of the Main Tree View
ToggleDetailPaneAction_8=Hide the Detail Pane so that only the Main Tree View is Visible
ToggleBreakpointAction_0=Toggle Brea&kpoint

Back to the top