linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] e2image: mark strings for internationalization
@ 2013-12-31  6:50 jon ernst
  2014-01-01  4:40 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: jon ernst @ 2013-12-31  6:50 UTC (permalink / raw)
  To: linux-ext4@vger.kernel.org List

Subject: [PATCH 1/1] e2image: mark strings  for internationalization

Signed-off-by: Jon Ernst <jonernst07@gmail.com>
---
 misc/e2image.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/e2image.c b/misc/e2image.c
index c134ba2..74515c8 100644
--- a/misc/e2image.c
+++ b/misc/e2image.c
@@ -1408,7 +1408,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);
  }

@@ -1595,7 +1595,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))
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] e2image: mark strings for internationalization
  2013-12-31  6:50 [PATCH 1/1] e2image: mark strings for internationalization jon ernst
@ 2014-01-01  4:40 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-01-01  4:40 UTC (permalink / raw)
  To: jon ernst; +Cc: linux-ext4@vger.kernel.org List

On Tue, Dec 31, 2013 at 01:50:31AM -0500, jon ernst wrote:
> Subject: [PATCH 1/1] e2image: mark strings  for internationalization
> 
> Signed-off-by: Jon Ernst <jonernst07@gmail.com>

Thanks, applied.

					- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-01  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31  6:50 [PATCH 1/1] e2image: mark strings for internationalization jon ernst
2014-01-01  4:40 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).