Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-05-07 17:30:36 +0000
committerMichael Rennie2007-05-07 17:30:36 +0000
commit202bc11ab564333506e727455c19c03e168a4575 (patch)
tree277f47d0a5a7dd32170a61ce0e325605a341a68d /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
parentac05de35f3b0504854f193810c6b965659337b91 (diff)
downloadeclipse.platform.debug-202bc11ab564333506e727455c19c03e168a4575.tar.gz
eclipse.platform.debug-202bc11ab564333506e727455c19c03e168a4575.tar.xz
eclipse.platform.debug-202bc11ab564333506e727455c19c03e168a4575.zip
Bug 182320
Buttons of 'Errors in Project' window aren't visible when there is a lot of projects
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.properties4
1 files changed, 3 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 a78e339a2..cd636095d 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
@@ -36,8 +36,10 @@ CommonTab_9=Variable&s...
CompileErrorPromptStatusHandler_0=Errors in Workspace
CompileErrorPromptStatusHandler_1=Errors exist in a required project. Continue launch?
-CompileErrorPromptStatusHandler_2=Errors exist in required project(s): {0}.\n\nProceed with launch?
+CompileErrorPromptStatusHandler_2=Errors exist in required project(s):\n\n{0}\n\nProceed with launch?
CompileErrorProjectPromptStatusHandler_1=&Always launch without asking
+# {0} is replaced with a comma separated list of project names
+CompileErrorProjectPromptStatusHandler_0={0}...
EnvironmentTab_22=New Environment Variable

Back to the top