From: Ævar Arnfjörð Bjarmason Date: Wed, 1 Sep 2010 19:24:39 +0000 (+0000) Subject: gettextize: git-checkout describe_detached_head messages X-Git-Tag: ko-pu~10^2~120 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e236b156fe333e70fd28fe54cfae212befd96883;p=git.git gettextize: git-checkout describe_detached_head messages Signed-off-by: Ævar Arnfjörð Bjarmason --- diff --git a/builtin/checkout.c b/builtin/checkout.c index 1db06a447..5ef97b05b 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);