Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-02-22 19:28:13 +0000
committerMichael Rennie2007-02-22 19:28:13 +0000
commit2a23ae089a2bf4f401e1bde820fccd5c30232dd3 (patch)
tree30a6525ada7170cdecabd92ba65a80aea4125f8d /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
parent50d15a0b3084074aee89d8413dff071e02afbf91 (diff)
downloadeclipse.platform.debug-2a23ae089a2bf4f401e1bde820fccd5c30232dd3.tar.gz
eclipse.platform.debug-2a23ae089a2bf4f401e1bde820fccd5c30232dd3.tar.xz
eclipse.platform.debug-2a23ae089a2bf4f401e1bde820fccd5c30232dd3.zip
74480 updated labels
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.properties6
1 files changed, 4 insertions, 2 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 a576cea35..6eb9ae065 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
@@ -105,7 +105,7 @@ LaunchShortcutExtension_Error_4=Error
# {0} is substituted with a launch mode - possible values include Run, Debug, Profile,
# or any label of a contributed ILaunchMode.
-LaunchShortcutSelectionDialog_0={0} As...
+LaunchShortcutSelectionDialog_0={0} As
# {0} is substituted with a launch mode - possible values include run, debug, profile, or
# any label of a contributed ILaunchMode.
@@ -117,7 +117,9 @@ LaunchShortcutSelectionDialog_0={0} As...
LaunchShortcutSelectionDialog_1=&Select a way to {0} ''{1}'':
LaunchShortcutSelectionDialog_2=&Description:
LaunchShortcutSelectionDialog_3=Description not available
-LaunchShortcutSelectionDialog_4=&Select how to {0}:
+# {0} is substituted with a launch mode - possible values include Run, Debug, Profile,
+# or any label of a contributed ILaunchMode.
+LaunchShortcutSelectionDialog_4=&Select what to {0}:
LaunchShortcutExtension_Unable_to_use_launch_shortcut_5=Unable to use launch shortcut
LaunchConfigurationPropertiesDialog_Edit_launch_configuration_properties_1=Edit launch configuration properties

Back to the top