Merge branch 'ob/sequencer-i18n-fix'
Message update. * ob/sequencer-i18n-fix: sequencer: actually translate report in do_exec()
This commit is contained in:
@ -3626,7 +3626,7 @@ static int do_exec(struct repository *r, const char *command_line)
|
|||||||
" git rebase --continue\n"
|
" git rebase --continue\n"
|
||||||
"\n"),
|
"\n"),
|
||||||
command_line,
|
command_line,
|
||||||
dirty ? N_("and made changes to the index and/or the "
|
dirty ? _("and made changes to the index and/or the "
|
||||||
"working tree\n") : "");
|
"working tree\n") : "");
|
||||||
if (status == 127)
|
if (status == 127)
|
||||||
/* command not found */
|
/* command not found */
|
||||||
|
Reference in New Issue
Block a user