summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
authorSami Kerola2018-05-10 22:18:53 +0200
committerKarel Zak2018-05-28 13:36:38 +0200
commit1405658822ac6add648fa02b5c26c2e28617eab9 (patch)
tree1bed03851bd2de41530c7f2dfe3518743fcf1a28 /sys-utils/mount.c
parentbash-completion: add swapon specifiers to completion (diff)
downloadkernel-qcow2-util-linux-1405658822ac6add648fa02b5c26c2e28617eab9.tar.gz
kernel-qcow2-util-linux-1405658822ac6add648fa02b5c26c2e28617eab9.tar.xz
kernel-qcow2-util-linux-1405658822ac6add648fa02b5c26c2e28617eab9.zip
nls: remove translation strings
While looking earlier commit I noticed everything but formatting was removed from a message in namei.c file. That inspired me to look if there are more strings that does not need translation project attention. This change removes at least some of them, if not all. Reference: e19cc7b65b31c57f0fe9cb73c9afad5197796f82 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index 72e8a455e..3a7bbf6dd 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -304,7 +304,7 @@ static int mk_exit_code(struct libmnt_context *cxt, int rc)
spec = mnt_context_get_source(cxt);
if (!spec)
spec = "???";
- warnx(_("%s: %s."), spec, buf);
+ warnx("%s: %s.", spec, buf);
}
if (rc == MNT_EX_SUCCESS && mnt_context_get_status(cxt) == 1) {