Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2006-11-14 21:28:40 +0000
committerMichael Rennie2006-11-14 21:28:40 +0000
commitd93b9912257fc70e27a39ca39257125d63040b74 (patch)
treecc6e0354539e0c45974f544cfdf0611c069a30ac /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
parent7e352a433e6b09104e58ecad4ea37f7a08a8d4a7 (diff)
downloadeclipse.platform.debug-d93b9912257fc70e27a39ca39257125d63040b74.tar.gz
eclipse.platform.debug-d93b9912257fc70e27a39ca39257125d63040b74.tar.xz
eclipse.platform.debug-d93b9912257fc70e27a39ca39257125d63040b74.zip
Bug 157059
[launching] extensible launch options
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties1
1 files changed, 1 insertions, 0 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 0c7d32dd5..ce07b2198 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
@@ -177,6 +177,7 @@ SelectLaunchOptionsDialog_4=&Select a supported mode combination:
SelectLaunchDelegatesDialog_0=There is more than one set of tooling capable of launching the current configuration in the current mode. Please select which launch tooling you would like to use.
SelectLaunchDelegatesDialog_1=Select Launch Tooling
SelectLaunchDelegatesDialog_2=Select &preferred launch tooling:
+SelectLaunchDelegatesDialog_3=Description
SelectLaunchDelegateActionDialog_0=Select Resolution Action
SelectLaunchDelegateActionDialog_1=More than one tool capable of launching the current configuration has been detected and preferred tooling must be selected so that launching can continue.\n\nCanceling this or any following dialog(s) will cancel the current launch.
SelectLaunchDelegateActionDialog_4=&Always perform the selected action.

Back to the top