From: jon ernst Date: Tue, 31 Dec 2013 06:50:31 +0000 (-0500) Subject: e2image: mark strings for internationalization X-Git-Tag: v1.42.10~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e38bfbe912bd3076bbac425eb3681a6fd285072f;p=thirdparty%2Fe2fsprogs.git e2image: mark strings for internationalization Signed-off-by: Jon Ernst Signed-off-by: Theodore Ts'o --- diff --git a/misc/e2image.c b/misc/e2image.c index 402ea9ff6..ab6a4fa66 100644 --- a/misc/e2image.c +++ b/misc/e2image.c @@ -1410,7 +1410,7 @@ static void install_image(char *device, char *image_fn, int type) retval = ext2fs_image_inode_read(fs, fd, 0); if (retval) { - com_err(image_fn, 0, "while restoring the image table"); + com_err(image_fn, 0, _("while restoring the image table")); exit(1); } @@ -1597,7 +1597,7 @@ skip_device: } if (fd != 1) { if (fstat(fd, &st)) { - com_err(program_name, 0, "Can not stat output\n"); + com_err(program_name, 0, _("Can not stat output\n")); exit(1); } if (S_ISBLK(st.st_mode))