Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.ui.ide/src')
-rw-r--r--bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
index e4cac6c5c25..b1aec377c0b 100644
--- a/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
+++ b/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties
@@ -17,6 +17,7 @@
# Serge Beauchamp (Freescale Semiconductor) - [229633] Group Support
# Markus Schorn (Wind River Systems) - bug 284447
# James Blackburn (Broadcom Corp.) - bug 340978
+# Helmut J. Haigermoser (Wind River Systems) - bug 359838
###############################################################################
# package: org.eclipse.ui.ide
@@ -955,7 +956,7 @@ ChooseWorkspaceWithSettingsDialog_ClassCreationFailed= Could not instantiate {0}
IDEApplication_workspaceMandatoryTitle=Workspace is Mandatory
IDEApplication_workspaceMandatoryMessage=IDEs need a valid workspace. Restart without the @none option.
IDEApplication_workspaceInUseTitle=Workspace Unavailable
-IDEApplication_workspaceInUseMessage=Workspace in use or cannot be created, choose a different one.
+IDEApplication_workspaceInUseMessage=Workspace at ''{0}'' in use or cannot be created, choose a different one.
IDEApplication_workspaceEmptyTitle=Workspace Required
IDEApplication_workspaceEmptyMessage=Workspace field must not be empty; enter a path to continue.
IDEApplication_workspaceInvalidTitle=Invalid Workspace
@@ -963,7 +964,7 @@ IDEApplication_workspaceInvalidMessage=Selected workspace is not valid; choose a
IDEApplication_workspaceCannotBeSetTitle=Workspace Cannot Be Created
IDEApplication_workspaceCannotBeSetMessage=Could not launch the product because the specified workspace cannot be created. The specified workspace directory is either invalid or read-only.
IDEApplication_workspaceCannotLockTitle=Workspace Cannot Be Locked
-IDEApplication_workspaceCannotLockMessage=Could not launch the product because the associated workspace is currently in use by another Eclipse application.
+IDEApplication_workspaceCannotLockMessage=Could not launch the product because the associated workspace at ''{0}'' is currently in use by another Eclipse application.
IDEApplication_versionTitle = Different Workspace Version
IDEApplication_versionMessage = \
This workspace was written with a different version of the product and needs to be updated.\n\n\

Back to the top