]> err.no Git - util-linux/commitdiff
Revert "mount: improve error message when helper program not present"
authorKarel Zak <kzak@redhat.com>
Mon, 27 Aug 2007 11:16:08 +0000 (13:16 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 27 Aug 2007 11:16:08 +0000 (13:16 +0200)
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.

mount/mount.c

index 40699f33d1b8095c8e74b21667ed08091859f162..9cbc466eeb425809abf0129ac808bd2b52bcba49 100644 (file)
@@ -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)