Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2018-05-09 12:14:53 +0000
committerSarika Sinha2018-05-09 13:00:26 +0000
commitdd1b0f27c6f4fa5b83ab0c20477978d0c828ea8a (patch)
treed7014b92d4eaa5aac7e02c35a42f93a4c29c9ecb
parent1e7a29e071953ebb2101ad3b6c582b560b49845d (diff)
downloadeclipse.platform.debug-dd1b0f27c6f4fa5b83ab0c20477978d0c828ea8a.tar.gz
eclipse.platform.debug-dd1b0f27c6f4fa5b83ab0c20477978d0c828ea8a.tar.xz
eclipse.platform.debug-dd1b0f27c6f4fa5b83ab0c20477978d0c828ea8a.zip
Bug 534380 - Reset button is not working in New Configuration ->S4_8_0_M7I20180511-2000I20180509-2000
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties2
1 files changed, 1 insertions, 1 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 abb90ef93..9b8d098ae 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
@@ -210,7 +210,7 @@ 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 exist. Please select a valid prototype.
-PrototypeTab_Reset_Button_Label_8=&Reset
+PrototypeTab_Reset_Button_Label_8=&Reset to Prototype
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 to associated launch configurations.
PrototypeTab_Explanation_Label_11=- Values of unchecked attributes from prototype are not applied to associated launch configurations.

Back to the top