diff options
| author | Lars Vogel | 2020-01-07 13:38:32 +0000 |
|---|---|---|
| committer | Lars Vogel | 2020-01-10 17:29:15 +0000 |
| commit | c7e34225bb714e1c61b0f173593daa7f07278071 (patch) | |
| tree | ef578ffebbe6c0f956e687d7a640df89cb4123a4 | |
| parent | 43407c2b595801a8b2f950ff78535d1ee92bd86e (diff) | |
| download | eclipse.platform.ui-c7e34225bb714e1c61b0f173593daa7f07278071.tar.gz eclipse.platform.ui-c7e34225bb714e1c61b0f173593daa7f07278071.tar.xz eclipse.platform.ui-c7e34225bb714e1c61b0f173593daa7f07278071.zip | |
Bug 558882 - Shorter text for "Update workspace" dialog
Change-Id: I3e5d08a84a6085a030ffbb016244ddbea731710c
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
| -rw-r--r-- | bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties | 4 |
1 files changed, 2 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 8ddd6afe955..7af69fc6742 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,8 +1064,8 @@ 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=Continue and update workspace ''{0}''? This workspace was written with an older version. \ -Updating can make the workspace incompatible with older versions. +IDEApplication_versionMessage_olderWorkspace=The ''{0}'' workspace was written with an older version. \ +Continue and update workspace which may make it 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 |
