coreutils
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]