From: Stephen Manz <smanz@xxxxxxxxxxxx> Signed-off-by: Stephen Manz <smanz@xxxxxxxxxxxx> --- builtin/worktree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/worktree.c b/builtin/worktree.c index 976bf8ed063..448ec69e745 100644 --- a/builtin/worktree.c +++ b/builtin/worktree.c @@ -305,7 +305,7 @@ static int add_worktree(const char *path, const char *refname, if (!opts->keep_locked) write_file(sb.buf, "initializing"); else - write_file(sb.buf, "added with --lock"); + write_file(sb.buf, _("added with --lock")); strbuf_addf(&sb_git, "%s/.git", path); if (safe_create_leading_directories_const(sb_git.buf)) -- gitgitgadget