Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-26 09:54:15 +0000
committerLars Vogel2020-03-15 20:09:18 +0000
commit65e31d339fb779686eea98bda954cfeb181898f3 (patch)
tree3278a597ec050396764b95d26bc325d02f4757a9
parent5cabc549a6042cb0630fb33be9d6213920c4db66 (diff)
downloadeclipse.platform.text-65e31d339fb779686eea98bda954cfeb181898f3.tar.gz
eclipse.platform.text-65e31d339fb779686eea98bda954cfeb181898f3.tar.xz
eclipse.platform.text-65e31d339fb779686eea98bda954cfeb181898f3.zip
Bug 560539 - Shorter File changed dialog
Change-Id: If45dcad8af59c8c4714ad57137993f4ab1e0c339 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/EditorMessages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/EditorMessages.properties b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/EditorMessages.properties
index b627060a9a0..a5d5a184209 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/EditorMessages.properties
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/EditorMessages.properties
@@ -31,7 +31,7 @@ Editor_error_save_outofsync_title=Update conflict
Editor_error_save_outofsync_message=The file ''{0}'' has been changed on the file system. Do you want to overwrite the changes made on the file system?
Editor_error_activated_outofsync_title=File Changed
-Editor_error_activated_outofsync_message=The file ''{0}'' has been changed on the file system. Do you want to replace the editor contents with these changes?
+Editor_error_activated_outofsync_message=The file ''{0}'' has been changed. Replace the editor contents with these changes?
Editor_error_replace_button_label=&Replace editor content
Editor_error_dontreplace_button_label=&Ignore file change

Back to the top