Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-12-12 08:51:14 +0000
committerSarika Sinha2017-12-12 08:51:14 +0000
commitc21447700802ed55f98ba98a66c85bda2b5d86de (patch)
tree425e6a4495058a81eb3dd33e311e96682ddd16ab
parent3d597d584f2f8447ee22514b4cc6c165cac7d401 (diff)
downloadeclipse.platform.debug-c21447700802ed55f98ba98a66c85bda2b5d86de.tar.gz
eclipse.platform.debug-c21447700802ed55f98ba98a66c85bda2b5d86de.tar.xz
eclipse.platform.debug-c21447700802ed55f98ba98a66c85bda2b5d86de.zip
Bug 528468 - Missing Mnemonics in Prototype tab
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
index c7451e5d9..e23f3de1e 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
@@ -205,12 +205,12 @@ EnvironmentTab_AttributeLabel_EnvironmentVariables=Environment variables
#PrototypeTab
PrototypeTab_Prototype_1=Prototype
PrototypeTab_Label_2=Prototype:
-PrototypeTab_Link_Button_Label_3=Link...
-PrototypeTab_Unlink_Button_Label_4=Unlink
+PrototypeTab_Link_Button_Label_3=&Link...
+PrototypeTab_Unlink_Button_Label_4=Unlin&k
PrototypeTab_Select_Message_5=Please select a prototype
PrototypeTab_Select_Empty_Message_6=You have to select a prototype
PrototypeTab_Select_Prototype_Error_7=The prototype doesn't exists. Please select a valid prototype.
-PrototypeTab_Reset_Button_Label_8=Reset
+PrototypeTab_Reset_Button_Label_8=&Reset
PrototypeTab_Reset_Menu_Action_9=Reset selected checked attribute(s) with prototype value(s)
PrototypeTab_Explanation_Label_10=- Values of checked attributes from prototype are applied on associated launch configurations.
PrototypeTab_Explanation_Label_11=- Values of unchecked attributes from prototype are not applied on associated launch configurations.

Back to the top