Skip to content

Commit d6b7f01

Browse files
committed
Merge branch 'ob/sequencer-i18n-fix'
Message update. * ob/sequencer-i18n-fix: sequencer: actually translate report in do_exec()
2 parents ccd12a3 + d45cbe3 commit d6b7f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3626,7 +3626,7 @@ static int do_exec(struct repository *r, const char *command_line)
36263626
" git rebase --continue\n"
36273627
"\n"),
36283628
command_line,
3629-
dirty ? N_("and made changes to the index and/or the "
3629+
dirty ? _("and made changes to the index and/or the "
36303630
"working tree\n") : "");
36313631
if (status == 127)
36323632
/* command not found */

0 commit comments

Comments
 (0)