bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch #7131] Localize after_options


From: Jim Meyering
Subject: Re: [patch #7131] Localize after_options
Date: Wed, 24 Mar 2010 12:47:48 +0100

Petr Pisar wrote:
>  http://savannah.gnu.org/patch/?7131
>  Summary: Localize after_options

Thank you!
(next time, please include git format-patch output)

Applied:

>From 84d441aaf35dc778cd212b5d28ef3042f7748975 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <address@hidden>
Date: Wed, 24 Mar 2010 12:44:42 +0100
Subject: [PATCH] doc: translate new --help message

* src/main.c: Translate "after_options".
---
 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.c b/src/main.c
index 6c72650..e6be36b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1466,7 +1466,7 @@ Context control:\n\
   -U, --binary              do not strip CR characters at EOL (MSDOS)\n\
   -u, --unix-byte-offsets   report offsets as if CRs were not there (MSDOS)\n\
 \n"));
-      printf ("%s", after_options);
+      printf ("%s", _(after_options));
       printf (_("\
 With no FILE, or when FILE is -, read standard input.  If less than two 
FILEs\n\
 are given, assume -h.  Exit status is 0 if any line was selected, 1 
otherwise;\n\
--
1.7.0.3.435.g097f4




reply via email to

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