Whamcloud - gitweb
e2image: mark strings for internationalization
authorjon ernst <jonernst07@gmail.com>
Tue, 31 Dec 2013 06:50:31 +0000 (01:50 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Jan 2014 00:11:36 +0000 (19:11 -0500)
Signed-off-by: Jon Ernst <jonernst07@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/e2image.c

index 402ea9f..ab6a4fa 100644 (file)
@@ -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))