Skip to content

Commit 765773c

Browse files
vascoolgitster
authored andcommitted
i18n: merge-recursive: mark verbose message for translation
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ccf7813 commit 765773c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/merge-recursive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ int cmd_merge_recursive(int argc, const char **argv, const char *prefix)
7474
o.branch2 = better_branch_name(o.branch2);
7575

7676
if (o.verbosity >= 3)
77-
printf("Merging %s with %s\n", o.branch1, o.branch2);
77+
printf(_("Merging %s with %s\n"), o.branch1, o.branch2);
7878

7979
failed = merge_recursive_generic(&o, &h1, &h2, bases_count, bases, &result);
8080
if (failed < 0)

0 commit comments

Comments
 (0)