Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-09-05 07:18:44 +0000
committerLars Vogel2019-09-26 06:38:58 +0000
commit3aac08ca736c592c5f698fe143ec0143d4b5aa66 (patch)
tree973c72f977d322bb1f6770bed7f18f9f06f4f5b6
parentc38723be2f4394ee93a5bcf968c937eeb6127835 (diff)
downloadeclipse.platform.ui-3aac08ca736c592c5f698fe143ec0143d4b5aa66.tar.gz
eclipse.platform.ui-3aac08ca736c592c5f698fe143ec0143d4b5aa66.tar.xz
eclipse.platform.ui-3aac08ca736c592c5f698fe143ec0143d4b5aa66.zip
Bug 550784 - Use shorter text in Workspace was written in a newer/older
version Change-Id: I800bf4d91112722f137b79795e318a995626e497 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties8
1 files changed, 4 insertions, 4 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 af33eabf249..950d9f0478c 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
@@ -1064,10 +1064,10 @@ IDEApplication_workspaceCannotLockTitle=Workspace Cannot Be Locked
IDEApplication_workspaceCannotLockMessage=Could not launch the product because the associated workspace at ''{0}'' is currently in use by another Eclipse application.
IDEApplication_versionTitle_olderWorkspace=Older Workspace Version
IDEApplication_versionTitle_newerWorkspace=Newer Workspace Version
-IDEApplication_versionMessage_olderWorkspace=Workspace ''{0}'' was written with an older version of the product and will be updated. \
-Updating the workspace can make it incompatible with older versions of the product.\n\nContinue with this workspace?
-IDEApplication_versionMessage_newerWorkspace=Workspace ''{0}'' was written with a newer version of the product and can be incompatible with this version. \
-If you continue, this can cause unexpected behavior or data loss.\n\nContinue with this workspace?
+IDEApplication_versionMessage_olderWorkspace=Continue and update workspace ''{0}''? This workspace was written with an older version. \
+Updating can make the workspace incompatible with older versions.
+IDEApplication_versionMessage_newerWorkspace=Continue to use workspace ''{0}''? This workspace was written with a newer version. \
+If you continue, this can cause unexpected behavior or data loss.
IDEApplication_version_doNotWarnAgain=&Do not warn again about workspace versions
IDEApplication_version_continue=&Continue
IDEApplication_version_switch=Change &Workspace...

Back to the top