diff options
author | Karel Zak | 2007-08-27 13:16:08 +0200 |
---|---|---|
committer | Karel Zak | 2007-08-27 13:16:08 +0200 |
commit | ad06f3e9c123d1400ab1fbc7d5fe2801f343d29e (patch) | |
tree | 24f57e0418ff811e0db8a2781a0daeee4c4a8e4d /mount | |
parent | po: update sv.po (from translationproject.org) (diff) | |
download | kernel-qcow2-util-linux-ad06f3e9c123d1400ab1fbc7d5fe2801f343d29e.tar.gz kernel-qcow2-util-linux-ad06f3e9c123d1400ab1fbc7d5fe2801f343d29e.tar.xz kernel-qcow2-util-linux-ad06f3e9c123d1400ab1fbc7d5fe2801f343d29e.zip |
Revert "mount: improve error message when helper program not present"
This reverts commit f8988ebf89c65b624ee19c685d15cab6c77fd9df that
breaks new PO translation. The code is currently in "string freeze"
state. The patch will be applied to 2.14 and 2.13.1.
Diffstat (limited to 'mount')
-rw-r--r-- | mount/mount.c | 2 |
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) |