Skip to content
Snippets Groups Projects
Commit 7b5ed121 authored by Nguyễn Thái Ngọc Duy's avatar Nguyễn Thái Ngọc Duy Committed by Anton Wuerfel
Browse files

builtin/checkout.c: mark strings for translation

parent 2d2cf4ce
Branches
No related tags found
No related merge requests found
...@@ -662,7 +662,7 @@ static void update_refs_for_switch(const struct checkout_opts *opts, ...@@ -662,7 +662,7 @@ static void update_refs_for_switch(const struct checkout_opts *opts,
} }
} else if (new->path) { /* Switch branches. */ } else if (new->path) { /* Switch branches. */
if (create_symref("HEAD", new->path, msg.buf) < 0) if (create_symref("HEAD", new->path, msg.buf) < 0)
die("unable to update HEAD"); die(_("unable to update HEAD"));
if (!opts->quiet) { if (!opts->quiet) {
if (old->path && !strcmp(new->path, old->path)) { if (old->path && !strcmp(new->path, old->path)) {
if (opts->new_branch_force) if (opts->new_branch_force)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment