+ if (!kv_info->linenr)
+ die("unable to parse '%s' from command-line config", entry->key);
+ else
+ die("bad config variable '%s' at file line %d in %s",
Also two missing _("...") here.
Note that there are missing _("...") in config.c before your patch too.
I'll send a patch to fix this regardless of your series.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/