Skip to content

Commit e8d7c39

Browse files
vascoolgitster
authored andcommitted
i18n: sequencer: mark string for translation
Mark informative string "<action_name>: fast-forward" for translation. Signed-off-by: Vasco Almeida <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9b0df09 commit e8d7c39

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
@@ -225,7 +225,7 @@ static int fast_forward_to(const unsigned char *to, const unsigned char *from,
225225
if (checkout_fast_forward(from, to, 1))
226226
exit(128); /* the callee should have complained already */
227227

228-
strbuf_addf(&sb, "%s: fast-forward", action_name(opts));
228+
strbuf_addf(&sb, _("%s: fast-forward"), action_name(opts));
229229

230230
transaction = ref_transaction_begin(&err);
231231
if (!transaction ||

0 commit comments

Comments
 (0)