From: Beat Bolli Date: Sat, 18 Aug 2012 20:24:00 +0000 (-0700) Subject: git-gui: Fix a loose/lose mistake X-Git-Tag: v1.8.0~1^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ef750875abd9cc41d733131a2851b5165fc2197;p=git.git git-gui: Fix a loose/lose mistake Acked-by: Junio C Hamano Signed-off-by: Beat Bolli Signed-off-by: Pat Thoyts --- diff --git a/lib/commit.tcl b/lib/commit.tcl index 0d81432af..78c5eeb7b 100644 --- a/lib/commit.tcl +++ b/lib/commit.tcl @@ -268,7 +268,7 @@ proc commit_commitmsg {curHEAD msg_p} { && [is_config_true gui.warndetachedcommit]} { set msg [mc "You are about to commit on a detached head.\ This is a potentially dangerous thing to do because if you switch\ -to another branch you will loose your changes and it can be difficult\ +to another branch you will lose your changes and it can be difficult\ to retrieve them later from the reflog. You should probably cancel this\ commit and create a new branch to continue.\n\ \n\