commit 4d0b0afb84a8756310ee0a20f9738be475ef3063 Author: Petr Písař Date: Wed Mar 24 12:31:49 2010 +0100 Localize after_optinons 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\