Add a missing underscore where it was omitted probably by a mistake.
Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
if (sp->index != index) {
fprintf(stderr,
- ("Developer screwed up option parsing (%d/%d)! Please report!\n"),
+ _("Developer screwed up option parsing (%d/%d)! Please report!\n"),
sp->index, index);
reqval(opts->name, (char **)opts->subopts, index);
}