From 983ca75ecb945f86f286861bb4649c7bfd63a35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 22 Feb 2011 23:41:41 +0000 Subject: i18n: git-checkout describe_detached_head messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- builtin/checkout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/checkout.c b/builtin/checkout.c index 48dccea483..d4c276cfe9 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -613,7 +613,7 @@ static int switch_branches(struct checkout_opts *opts, struct branch_info *new) * to remind the user that it might be lost. */ if (!opts->quiet && !old.path && old.commit && new->commit != old.commit) - describe_detached_head("Previous HEAD position was", old.commit); + describe_detached_head(_("Previous HEAD position was"), old.commit); update_refs_for_switch(opts, &old, new); -- cgit v1.2.3