Bug 561451: Call wrong UI String for quick access label/header Change-Id: I87fe61f223677348cf45231e7339f1b7dc025c07 (cherry picked from commit 4f984bac9597c5b0e8422a9923e971b0e502261f)
diff --git a/org.eclipse.debug.ui/plugin.properties b/org.eclipse.debug.ui/plugin.properties index 43bc3bd..f6834e1 100644 --- a/org.eclipse.debug.ui/plugin.properties +++ b/org.eclipse.debug.ui/plugin.properties
@@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2019 IBM Corporation and others. +# Copyright (c) 2000, 2020 IBM Corporation and others. # # This program and the accompanying materials # are made available under the terms of the Eclipse Public License 2.0 @@ -60,6 +60,7 @@ debugCurrentInstructionPointer=Debug Current Instruction Pointer debugCallStack=Debug Call Stack DebugDropDownAction.label=Debug +DebugQuickAccess.label=Debug DebugHistoryMenuAction.label=Debug &History DebugLastAction.label=&Debug Last Launched DebugLaunchGroup.label=De&bug @@ -122,6 +123,7 @@ RemoveExpressionAction.tooltip=Remove Selected Expressions ResumeAction.label=Resu&me RunDropDownAction.label=Run +RunQuickAccess.label=Run RunMenu.label=&Run RunLastAction.label=&Run Last Launched RunLaunchGroup.label=Ru&n
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml index 4c7794e..c06fdbf 100644 --- a/org.eclipse.debug.ui/plugin.xml +++ b/org.eclipse.debug.ui/plugin.xml
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <!-- - Copyright (c) 2005, 2019 IBM Corporation and others. + Copyright (c) 2005, 2020 IBM Corporation and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 @@ -3348,10 +3348,10 @@ point="org.eclipse.ui.quickAccess"> <computer class="org.eclipse.debug.internal.ui.quickaccess.RunQuickAccessComputer" - name="%RunDropDownAction.label"/> + name="%RunQuickAccess.label"/> <computer class="org.eclipse.debug.internal.ui.quickaccess.DebugQuickAccessComputer" - name="%DebugDropDownAction.label"/> + name="%DebugQuickAccess.label"/> <computer class="org.eclipse.debug.internal.ui.quickaccess.ProfileQuickAccessComputer" name="%ProfileDropDownAction.label"/>