From aa567cfa0df523e8efa26890667fcad6a65d7f76 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 5 May 2010 10:49:00 +0200 Subject: [PATCH] Make clear that "Delete branch..." will delete forcefully The current implementation doesn't check if commits on the branch to be deleted have been merged to the currently checked out branch. Since this may lead to data loss if the user isn't aware of this the dialog text should state that explicitly. Bug: 311354 Change-Id: Iefd51f8f98f6cf5633d6c47e314af9e36896a0b8 Signed-off-by: Matthias Sohn --- org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties index 3888f2e4..6f0587e9 100644 --- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties +++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties @@ -567,7 +567,8 @@ RepositoriesView_CheckOut_MenuItem=Check out RepositoriesView_Clone_Tooltip=Import (clone) a Git Repository RepositoriesView_ConfigureFetchMenu=Configure Fetch... RepositoriesView_ConfigurePushMenu=Configure Push... -RepositoriesView_ConfirmBranchDeletionMessage=Are you sure you want to delete branch {0}? +RepositoriesView_ConfirmBranchDeletionMessage=Are you sure you want to forcefully delete branch {0}?\n\n\ +No check will be done if all its commits have been merged to the currently checked out branch. RepositoriesView_ConfirmDeleteRemoteHeader=Confirm deletion of remote configuration RepositoriesView_ConfirmDeleteRemoteMessage=This will remove remote configuration {0} completely, are you sure? RepositoriesView_ConfirmDeleteTitle=Confirm Branch Deletion -- 2.11.4.GIT