Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-05-22 14:11:37 +0000
committerMichael Rennie2008-05-22 14:11:37 +0000
commit679810349698138dd0c9575b57145d7654099806 (patch)
tree0e7ada1c3e352f6347a5ab0914b633a81e616e7b /org.eclipse.debug.ui/ui/org/eclipse/debug/internal
parentcb83358aa55bb84ad88164bba5b35e376bb9a29e (diff)
downloadeclipse.platform.debug-679810349698138dd0c9575b57145d7654099806.tar.gz
eclipse.platform.debug-679810349698138dd0c9575b57145d7654099806.tar.xz
eclipse.platform.debug-679810349698138dd0c9575b57145d7654099806.zip
added TVT comment about launch modes
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties3
1 files changed, 3 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 52054e35b..c2a960ae0 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
@@ -104,6 +104,9 @@ LaunchConfigurationSelectionDialog_0=Select Configuration
LaunchConfigurationSelectionDialog_1=&Select a configuration to launch:
LaunchConfigurationView_0=Filter matched {0} of {1} items
LaunchConfigurationsDialog_c_ancel=Cancel
+
+# {0} is substituted with a launch mode - possible values include run, debug, profile, or
+# any label of a contributed ILaunchMode.
LaunchConfigurationsDialog_configurations={0} Configurations
PerspectiveManager_Error_1=Error
PerspectiveManager_Unable_to_switch_perpsectives_as_specified_by_launch___0__4=Unable to open perspectives as specified by launch: {0}

Back to the top