[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/8] split: mark a string for translation
From: |
Jim Meyering |
Subject: |
[PATCH 5/8] split: mark a string for translation |
Date: |
Sat, 30 Apr 2011 15:31:06 +0200 |
From: Jim Meyering <address@hidden>
---
src/split.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/split.c b/src/split.c
index 59473c5..4aa7d79 100644
--- a/src/split.c
+++ b/src/split.c
@@ -292,7 +292,8 @@ create (const char *name)
if (shell_prog == NULL)
shell_prog = "/bin/sh";
if (setenv ("FILE", name, 1) != 0)
- error (EXIT_FAILURE, errno, "failed to set FILE environment variable");
+ error (EXIT_FAILURE, errno,
+ _("failed to set FILE environment variable"));
if (verbose)
fprintf (stdout, _("executing with FILE=%s\n"), quote (name));
if (pipe (fd_pair) != 0)
--
1.7.5.134.g1c08b
- split --filter, nearly ready, Jim Meyering, 2011/04/30
- [PATCH 4/8] split: update NEWS, Jim Meyering, 2011/04/30
- [PATCH 7/8] split: don't rely on knowledge that INT_BUFSIZE_BOUND <= SIG2STR_MAX, Jim Meyering, 2011/04/30
- [PATCH 3/8] split: add tests, Jim Meyering, 2011/04/30
- [PATCH 6/8] strip: style: use braces around 1-stmt-but-multi-line blocks, Jim Meyering, 2011/04/30
- [PATCH 2/8] split: remove short-named -f option; improve diagnostics, Jim Meyering, 2011/04/30
- [PATCH 5/8] split: mark a string for translation,
Jim Meyering <=
- [PATCH 8/8] doc: document split's new --filter=CMD option, Jim Meyering, 2011/04/30
- [PATCH 1/8] split: accept new output --filter option, Jim Meyering, 2011/04/30