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/pg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text-utils/pg.c') diff --git a/text-utils/pg.c b/text-utils/pg.c index 0bd827981..9ade866ed 100644 --- a/text-utils/pg.c +++ b/text-utils/pg.c @@ -1310,7 +1310,7 @@ found_bw: save = fopen(p, "wb"); if (save == NULL) { cmd.count = errno; - mesg(_("Cannot open ")); + mesg(_("cannot open ")); mesg(p); mesg(": "); mesg(strerror(cmd.count)); -- cgit v1.2.3-55-g7522