i18n: sequencer: mark string for translation
[gitweb.git] / sequencer.c
index 88a7c782f5839c929d5f7138c6d233ce86447703..57b367166d71a68e452092cf34384cdd806359a3 100644 (file)
@@ -225,7 +225,7 @@ static int fast_forward_to(const unsigned char *to, const unsigned char *from,
        if (checkout_fast_forward(from, to, 1))
                exit(128); /* the callee should have complained already */
 
-       strbuf_addf(&sb, "%s: fast-forward", action_name(opts));
+       strbuf_addf(&sb, _("%s: fast-forward"), action_name(opts));
 
        transaction = ref_transaction_begin(&err);
        if (!transaction ||