From 47481cbd01819a6f387f6a2537f8ff1e4449deb0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Tue, 8 Oct 2013 17:04:22 +0200 Subject: textual: standardize some "cannot read" and "seek failed" error messages Signed-off-by: Benno Schulenberg --- login-utils/sulogin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login-utils/sulogin.c') diff --git a/login-utils/sulogin.c b/login-utils/sulogin.c index 352c7818e..4560ee0fb 100644 --- a/login-utils/sulogin.c +++ b/login-utils/sulogin.c @@ -602,7 +602,7 @@ static char *getpasswd(struct console *con) case ENOENT: break; default: - warn(_("%s: read failed"), con->tty); + warn(_("cannot read %s"), con->tty); break; } goto quit; -- cgit v1.2.3-55-g7522