From 1405658822ac6add648fa02b5c26c2e28617eab9 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Thu, 10 May 2018 21:18:53 +0100 Subject: 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 --- sys-utils/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/mount.c') 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) { -- cgit v1.2.3-55-g7522