Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-24 21:46:12 +0000
committerLars Vogel - out of office until 16.03.20202020-03-15 17:18:40 +0000
commit84201ef603a85cd577850b882e374a0bb223e316 (patch)
treed611718e0c0e6137278b2c7e3a0fc2a6c0bfa923
parent68d1bbc49bfbf48ea3972b2bc4fe3f547bb4f480 (diff)
downloadeclipse.platform.ui-84201ef603a85cd577850b882e374a0bb223e316.tar.gz
eclipse.platform.ui-84201ef603a85cd577850b882e374a0bb223e316.tar.xz
eclipse.platform.ui-84201ef603a85cd577850b882e374a0bb223e316.zip
Bug 560481 - Shorter overwrite confirmation dialogI20200315-2240I20200315-1800
Change-Id: Iba5edcc05cb3246bf681b6022c465c6805484c91 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/messages.properties2
1 files changed, 1 insertions, 1 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 0865b02ec03..23d8333158e 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
@@ -226,7 +226,7 @@ RenameResourceAction_readOnlyCheck = ''{0}'' is read-only. Do you still wish to
RenameResourceAction_resourceExists = Resource Exists
RenameResourceAction_projectExists = Project Exists
RenameResourceAction_nameExists = A resource with that name already exists
-RenameResourceAction_overwriteQuestion = ''{0}'' exists. Do you wish to overwrite?
+RenameResourceAction_overwriteQuestion = Overwrite ''{0}''?
RenameResourceAction_overwriteProjectQuestion = ''{0}'' exists. If you choose to overwrite ''{0}'', its original content cannot be restored (even if this operation is undone). Do you wish to overwrite the project?
RenameResourceAction_problemTitle = Rename Problems
RenameResourceAction_progress = Renaming:

Back to the top