Pranit Bauva <pranit.ba...@gmail.com> writes:

> +static int bisect_terms(struct bisect_terms *terms, int term_defined)
> +{
> +     if (get_terms(terms)) {
> +             fprintf(stderr, "no terms defined\n");
> +             return -1;
> +     }
> +     if (!term_defined) {
> +             printf("Your current terms are %s for the old state\nand "
> +                    "%s for the new state.\n", terms->term_good.buf,
> +                    terms->term_bad.buf);
> +             return 0;
> +     }

In the original, all of the above messages go through gettext; this
rewrite should do the same.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to