diff options
| author | Lars Vogel | 2019-11-11 14:05:45 +0000 |
|---|---|---|
| committer | Jeff Johnston | 2019-11-13 01:19:48 +0000 |
| commit | 254a9f5b26343e553038b6e6e9e712b3618bd1a3 (patch) | |
| tree | 07f85671a45b41b1c1ca8f013b32ec3f6daa7e24 | |
| parent | 87cdf853add3f66f1e9b7f50193f9e90f942efb4 (diff) | |
| download | eclipse.jdt.ui-254a9f5b26343e553038b6e6e9e712b3618bd1a3.tar.gz eclipse.jdt.ui-254a9f5b26343e553038b6e6e9e712b3618bd1a3.tar.xz eclipse.jdt.ui-254a9f5b26343e553038b6e6e9e712b3618bd1a3.zip | |
Bug 552905 - Shorter text for "Are you sure you want to delete ..."
The text in Eclipse IDE dialogs and EGit have been in lots of places
shorted to remove unnecessary text, which is not helpful to the user and
only takes time to read. To align with platform and EGit and to reduce
the time to read the text the delete messages in the refactoring dialogs
should also get shorter.
Change-Id: Ia3934a74ebc26ecb761506b8f8f0c73a8b65577a
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
| -rw-r--r-- | org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties b/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties index 5b5ff6e14f..95e72084aa 100644 --- a/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties +++ b/org.eclipse.ltk.ui.refactoring/src/org/eclipse/ltk/internal/ui/refactoring/RefactoringUIMessages.properties @@ -200,12 +200,12 @@ AbstractRefactoringModelMerger_wizard_title=Pending Refactorings AbstractRefactoringModelMerger_wizard_description=The following refactorings are going to be performed on the local workspace. AbstractRefactoringModelMerger_accept_question=There are pending refactorings associated with the incoming changes.\n\nWould you like to accept these refactorings and execute them on your local workspace? DeleteResourcesHandler_title=Delete Resources -DeleteResourcesWizard_label_multi=Are you sure you want to delete the {0} selected resources from the file system? -DeleteResourcesWizard_label_single=Are you sure you want to delete ''{0}'' from the file system? -DeleteResourcesWizard_label_multi_linked=Are you sure you want to delete these {0} resources?\n\nSelection contains linked resources.\nOnly the workspace links will be deleted. Link targets will remain unchanged. -DeleteResourcesWizard_label_single_linked=Are you sure you want to delete linked resource ''{0}''?\n\nOnly the workspace link will be deleted. Link target will remain unchanged. -DeleteResourcesWizard_label_multi_projects=Are you sure you want to remove these {0} projects from the workspace? -DeleteResourcesWizard_label_single_project=Are you sure you want to remove project ''{0}'' from the workspace? +DeleteResourcesWizard_label_multi=Delete the {0} selected resources from the file system? +DeleteResourcesWizard_label_single=Delete ''{0}'' from the file system? +DeleteResourcesWizard_label_multi_linked=Delete these {0} resources?\n\nSelection contains linked resources.\nOnly the workspace links will be deleted. Link targets will remain unchanged. +DeleteResourcesWizard_label_single_linked=Delete linked resource ''{0}''?\n\nOnly the workspace link will be deleted. Link target will remain unchanged. +DeleteResourcesWizard_label_multi_projects=Remove these {0} projects from the workspace? +DeleteResourcesWizard_label_single_project=Remove project ''{0}'' from the workspace? DeleteResourcesWizard_label_alsoDeleteNestedProjects=Delete {0} &nested projects DeleteResourcesWizard_label_alsoDeleteOneNestedProject=Delete 1 &nested project |
