Skip to content

Commit 4636f65

Browse files
pcloudsgitster
authored andcommitted
builtin/checkout.c: mark strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f02fbc4 commit 4636f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/checkout.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ static void update_refs_for_switch(const struct checkout_opts *opts,
662662
}
663663
} else if (new->path) { /* Switch branches. */
664664
if (create_symref("HEAD", new->path, msg.buf) < 0)
665-
die("unable to update HEAD");
665+
die(_("unable to update HEAD"));
666666
if (!opts->quiet) {
667667
if (old->path && !strcmp(new->path, old->path)) {
668668
if (opts->new_branch_force)

0 commit comments

Comments
 (0)