summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.c b/mount/mount.c
index 40699f33d..9cbc466ee 100644
--- a/mount/mount.c
+++ b/mount/mount.c
@@ -1177,7 +1177,7 @@ try_mount_one (const char *spec0, const char *node0, const char *types0,
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 helper program, or other error"),
+ " missing codepage or other error"),
spec);
if (stat(spec, &statbuf) == 0 && S_ISBLK(statbuf.st_mode)