"missing codepage" is a bit confusing to many people, so include
"helper program" in the error message when we fail to mount something.
Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
error (_("mount: %s not mounted already, or bad option"), node);
} else {
error (_("mount: wrong fs type, bad option, bad superblock on %s,\n"
- " missing codepage or other error"),
+ " missing codepage or helper program, or other error"),
spec);
if (stat(spec, &statbuf) == 0 && S_ISBLK(statbuf.st_mode)