From 289dcc90234680063a336925a99d1ef04e97cbda Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 15 Jul 2012 10:39:57 +0200 Subject: translation: unify file open error messages Signed-off-by: Sami Kerola --- text-utils/rev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/rev.c') diff --git a/text-utils/rev.c b/text-utils/rev.c index 3c64c12d1..a44f9c6eb 100644 --- a/text-utils/rev.c +++ b/text-utils/rev.c @@ -128,7 +128,7 @@ int main(int argc, char *argv[]) do { if (*argv) { if ((fp = fopen(*argv, "r")) == NULL) { - warn(_("%s: open failed"), *argv ); + warn(_("cannot open %s"), *argv ); rval = EXIT_FAILURE; ++argv; continue; -- cgit v1.2.3-55-g7522