summaryrefslogtreecommitdiffstats
path: root/text-utils/pg.c
diff options
context:
space:
mode:
authorSami Kerola2012-07-15 10:39:57 +0200
committerKarel Zak2012-07-16 18:18:22 +0200
commit289dcc90234680063a336925a99d1ef04e97cbda (patch)
treecb8656c16143daa406ea9d706406ca12d94d89d3 /text-utils/pg.c
parenttranslation: unify stat error messages (diff)
downloadkernel-qcow2-util-linux-289dcc90234680063a336925a99d1ef04e97cbda.tar.gz
kernel-qcow2-util-linux-289dcc90234680063a336925a99d1ef04e97cbda.tar.xz
kernel-qcow2-util-linux-289dcc90234680063a336925a99d1ef04e97cbda.zip
translation: unify file open error messages
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'text-utils/pg.c')
-rw-r--r--text-utils/pg.c2
1 files changed, 1 insertions, 1 deletions
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));