Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-08-19 10:56:44 +0000
committerLars Vogel2020-09-07 06:59:23 +0000
commita770594af47cee5e2d3fe54bef4ec45629819082 (patch)
treee277fade5c0e98a7e629c651d9246a037393d808
parent4b65c85353a056ad4150c740f0f669b07f9a436c (diff)
downloadeclipse.platform.ui-a770594af47cee5e2d3fe54bef4ec45629819082.tar.gz
eclipse.platform.ui-a770594af47cee5e2d3fe54bef4ec45629819082.tar.xz
eclipse.platform.ui-a770594af47cee5e2d3fe54bef4ec45629819082.zip
Bug 566189 - Shorter Will not loose any data save anyhow message
Change-Id: I72d58dd5c5d1537a31e2cb2c48e0eb1940467879 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
index b4b9ff4a4da..6ad41912b24 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/messages.properties
@@ -582,7 +582,7 @@ EditorManager_unknownEditorIDMessage = Unable to open editor, unknown editor ID:
EditorManager_errorOpeningExternalEditor = Unable to open external editor {0} ({1}).
EditorManager_operationFailed = {0} Failed
EditorManager_saveChangesQuestion = Save ''{0}''?
-EditorManager_saveChangesOptionallyQuestion = ''{0}'' has been modified, but is still open elsewhere with identical changes. Closing this will not lose those changes. Would you like to save now anyway?
+EditorManager_saveChangesOptionallyQuestion = ''{0}'' has been modified, but is still open elsewhere with identical changes. Closing this will not lose those changes. Save anyway?
EditorManager_closeWithoutPromptingOption = Do not prompt to save on close when still open elsewhere
EditorManager_no_in_place_support=Unable to restore in-place editor. In-place support is missing.
EditorManager_no_input_factory_ID=No input factory ID found for editor id={0} name={1}

Back to the top