Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-22 22:13:16 +0000
committerMichael Rennie2007-02-22 22:13:16 +0000
commit4fa873da1e3c03986a243a35a9de354c16927746 (patch)
treedfa034f4822a55ff58c86ea04d330f2acdda2034 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
parent1816a3fe6f200cbc3c6a67aeac2d1e79b4787b6a (diff)
downloadeclipse.platform.debug-4fa873da1e3c03986a243a35a9de354c16927746.tar.gz
eclipse.platform.debug-4fa873da1e3c03986a243a35a9de354c16927746.tar.xz
eclipse.platform.debug-4fa873da1e3c03986a243a35a9de354c16927746.zip
74480 updated dialog L&F
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.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 6eb9ae065..f80720552 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
@@ -115,7 +115,7 @@ LaunchShortcutSelectionDialog_0={0} As
# if you tried to launch a class named Main in the file Main.java and you were presented
# with the selection dialog, the value of {1} would be Main.java (the name of the IResource)
LaunchShortcutSelectionDialog_1=&Select a way to {0} ''{1}'':
-LaunchShortcutSelectionDialog_2=&Description:
+LaunchShortcutSelectionDialog_2=Description
LaunchShortcutSelectionDialog_3=Description not available
# {0} is substituted with a launch mode - possible values include Run, Debug, Profile,
# or any label of a contributed ILaunchMode.

Back to the top