aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-05-09 16:45:46 -0700
committerJunio C Hamano <gitster@pobox.com>2023-05-09 16:45:46 -0700
commitd6b7f01cd70a4d9d55de8126c2f2678e2478dce8 (patch)
tree6a84bd512ff52f71b7764fcd67d88e821e4525fd /sequencer.c
parentccd12a3d6cc62f51b746654ae56e26d92f89ba92 (diff)
parentd45cbe3fe0e68253934cfdea4a960705fdb07852 (diff)
downloadgit-d6b7f01cd70a4d9d55de8126c2f2678e2478dce8.tar.gz
Merge branch 'ob/sequencer-i18n-fix'
Message update. * ob/sequencer-i18n-fix: sequencer: actually translate report in do_exec()
Diffstat (limited to 'sequencer.c')
-rw-r--r--sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sequencer.c b/sequencer.c
index ff18f7f420..6ab813cbbd 100644
--- a/sequencer.c
+++ b/sequencer.c
@@ -3626,7 +3626,7 @@ static int do_exec(struct repository *r, const char *command_line)
" git rebase --continue\n"
"\n"),
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") : "");
if (status == 127)
/* command not found */