On Thu, Jan 28, 2016 at 9:30 AM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c > index 13583d9..689c354 100644 > --- a/builtin/submodule--helper.c > +++ b/builtin/submodule--helper.c > +static int module_init(int argc, const char **argv, const char *prefix) > +{ > + int quiet = 0; > + int i; > + > + struct option module_init_options[] = { > + OPT_STRING(0, "prefix", &prefix, > + N_("path"), > + N_("alternative anchor for relative paths")), > + OPT__QUIET(&quiet, "Suppress output for initialzing a submodule"), I think we need N_() around this "Suppress..." string. By the way, typo in "initializing" -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html