Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2007-04-17 17:06:50 +0000
committerMichael Rennie2007-04-17 17:06:50 +0000
commit8a9b5dd13bd1371e23f40c2cbd6595305aad5264 (patch)
treed1c1150120d35d92c10555bf34d16ff50a523381 /org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
parentdbf9907caacb86dacd0f374a58821b5fd55e99ac (diff)
downloadeclipse.platform.debug-8a9b5dd13bd1371e23f40c2cbd6595305aad5264.tar.gz
eclipse.platform.debug-8a9b5dd13bd1371e23f40c2cbd6595305aad5264.tar.xz
eclipse.platform.debug-8a9b5dd13bd1371e23f40c2cbd6595305aad5264.zip
Bug 182324
[launching] When launching a project with errors the warning dialog title says "Errors in Project{0}"
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, 2 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 a8480122d..f3af464db 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
@@ -34,9 +34,9 @@ CommonTab_7=File Syste&m...
CommonTab_8=No file specified for process output
CommonTab_9=Variable&s...
-CompileErrorPromptStatusHandler_0=Errors in Project{0}
+CompileErrorPromptStatusHandler_0=Errors in Workspace
CompileErrorPromptStatusHandler_1=Errors exist in a required project. Continue launch?
-CompileErrorPromptStatusHandler_2=Errors exist in required project{0}: {1}.\nProceed with launch?
+CompileErrorPromptStatusHandler_2=Errors exist in required project(s): {0}.\n\nProceed with launch?
CompileErrorProjectPromptStatusHandler_1=&Always launch without asking
EnvironmentTab_22=New Environment Variable

Back to the top