summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
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) {