Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-01-16 09:08:14 +0000
committerRobin Stocker2013-01-21 17:13:54 +0000
commit49297286b5e064a12f27226974c20f13a6e461d4 (patch)
treec5975a6d371532784ee15adca754e553cdd6026e /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent9414161c5aca8f41d02a2c1aed51d455b0f18f51 (diff)
downloadegit-49297286b5e064a12f27226974c20f13a6e461d4.tar.gz
egit-49297286b5e064a12f27226974c20f13a6e461d4.tar.xz
egit-49297286b5e064a12f27226974c20f13a6e461d4.zip
Show detached HEAD warning again
This warning dialog got lost with commit e3e898a6f332776305714deaefb47119b33b9b09 Bug: 398127 Change-Id: I9159cbce19cf73ebb539d943e71624004a6cea3d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Robin Stocker <robin@nibor.org>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties1
1 files changed, 1 insertions, 0 deletions
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 ea7d2d1e68..e61c9a2ab9 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
@@ -943,6 +943,7 @@ BranchResultDialog_buttonReset=Reset
BranchResultDialog_buttonStash=Stash...
BranchResultDialog_CheckoutConflictsMessage=The files shown below have uncommitted changes which would be lost by checking out ''{0}''.\n\nEither commit the changes, stash the changes, or discard the changes by resetting the current branch.
BranchResultDialog_CheckoutConflictsTitle=Checkout Conflicts
+BranchResultDialog_dontShowAgain=Don't show this confirmation dialog again
CheckoutDialog_ErrorCouldNotCreateNewRef=Could not create new ref {0}
CheckoutDialog_ErrorCouldNotDeleteRef=Could not delete ref {0}
CheckoutDialog_ErrorCouldNotRenameRef=Failed to rename branch {0} -> {1}, status={2}

Back to the top