Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2012-03-30 22:09:18 +0000
committerPawel Piech2012-03-30 22:09:18 +0000
commitbd5cd1841d8caa62073eff08a0eab7fafcc0d0d9 (patch)
tree1fa421c43cda29fdfd96ca1797bcb54110a0e5f9 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
parenta64a64b794926e95481e5f4cc9641cc41c200aec (diff)
downloadeclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.tar.gz
eclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.tar.xz
eclipse.platform.debug-bd5cd1841d8caa62073eff08a0eab7fafcc0d0d9.zip
Bug 331650 - [menu] Duplicate mnemonic keys in Run menuv20120330-2209
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 a59b20245..556b3c2b0 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
@@ -123,7 +123,7 @@ WatchExpressionDialogMenu_1=Copy
WatchExpressionDialogMenu_2=Paste
WatchAction_0=Error creating watch
WatchAction_1=An exception occurred while attempting to create watch item.
-SkipAllBreakpointsAction_0=Skip All Breakpoints
+SkipAllBreakpointsAction_0=&Skip All Breakpoints
SkipAllBreakpointsAction_2=Skip all breakpoints, whether they are enabled or not
DetailPaneAssignValueAction_1=Assign Value
DetailPaneAssignValueAction_2=Invalid Value
@@ -193,8 +193,8 @@ ConfigureColumnsAction_0=Select &Columns...
ConfigureColumnsAction_1=Select the &columns to display:
ConfigureColumnsAction_2=Select Columns
PasteWatchExpressionsAction_0=&Paste
-ProfileLastAction_0=Profi&le Last Launched
-ProfileLastAction_1=Profi&le
+ProfileLastAction_0=&Profile Last Launched
+ProfileLastAction_1=&Profile
ProfileLastAction_2=Profile the selected resource or active editor
ProfileLastAction_3=Profile the previously launched application
DebugLastAction_0=&Debug Last Launched

Back to the top