Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2007-02-23 14:53:24 +0000
committerDarin Wright2007-02-23 14:53:24 +0000
commit45685c3802b1de37da0e0b18897dd7a645351ed1 (patch)
tree9962b4c1c2d5bbf298b15f648fb9365a8fe71d3a /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
parent4fa873da1e3c03986a243a35a9de354c16927746 (diff)
downloadeclipse.platform.debug-45685c3802b1de37da0e0b18897dd7a645351ed1.tar.gz
eclipse.platform.debug-45685c3802b1de37da0e0b18897dd7a645351ed1.tar.xz
eclipse.platform.debug-45685c3802b1de37da0e0b18897dd7a645351ed1.zip
tweak contextual launch messages
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
index 646965650..11c1e90d3 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/preferences/DebugPreferencesMessages.properties
@@ -16,9 +16,9 @@ ConsolePreferencePage_Standard_Error__3=Standard &Error text color:
ConsolePreferencePage_Standard_In__4=Standard &In text color:
ConsolePreferencePage_Standard_Out__2=Standard &Out text color:
ConsolePreferencePage_Wrap_text_1=Fixed &width console
-ContextualLaunchPreferencePage_0=This page is used to edit contextual launching options (EXPERIMENTAL).
-ContextualLaunchPreferencePage_1=&Enable contextual launching.
-ContextLaunchingPreferencePage_0=Always launch &related project if context is not launchable
+ContextualLaunchPreferencePage_0=This page is used to edit contextual launch options (EXPERIMENTAL)
+ContextualLaunchPreferencePage_1=&Enable contextual launching
+ContextLaunchingPreferencePage_0=Always launch p&roject if resource is cannot be launched
ConsolePreferencePage_Console_width=&Maximum character width:
ConsolePreferencePage_Limit_console_output_1=&Limit console output
ConsolePreferencePage_Console_buffer_size__characters___2=Console &buffer size (characters):
@@ -146,4 +146,4 @@ DefaultLaunchConfigurationsPropertiesPage_7=Edit selected launch configuration
DefaultLaunchConfigurationsPropertiesPage_8=De&lete
DefaultLaunchConfigurationsPropertiesPage_9=Delete selected launch configuration
DefaultLaunchConfigurationsPropertiesPage_11=Select Configuration Type
-DefaultLaunchConfigurationsPropertiesPage_12=&Select the configuration type to create:
+DefaultLaunchConfigurationsPropertiesPage_12=&Select the type of configuration to create:

Back to the top