X-Git-Url: https://git.tokkee.org/?p=git.git;a=blobdiff_plain;f=builtin%2Frevert.c;h=df63794e050b0a27082952f458d93e0b254ce310;hp=0d8020cf640e1abe6898308a1656446b327c83f4;hb=0f360763c02d1230614e23f94fb298dab0162aa0;hpb=a46034819ecce6872bff099f3d75589f4d38c00c diff --git a/builtin/revert.c b/builtin/revert.c index 0d8020cf6..df63794e0 100644 --- a/builtin/revert.c +++ b/builtin/revert.c @@ -343,11 +343,10 @@ static void print_advice(int show_hint) return; } - if (show_hint) { - advise("after resolving the conflicts, mark the corrected paths"); - advise("with 'git add ' or 'git rm '"); - advise("and commit the result with 'git commit'"); - } + if (show_hint) + advise(_("after resolving the conflicts, mark the corrected paths\n" + "with 'git add ' or 'git rm '\n" + "and commit the result with 'git commit'")); } static void write_message(struct strbuf *msgbuf, const char *filename)