]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
echo: gettextize the alternative option description too
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 8 Aug 2008 20:58:51 +0000 (22:58 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 11 Aug 2008 07:47:01 +0000 (09:47 +0200)
src/echo.c

index 11e648ed423baa1132c64205cfdb44331c619307..21213bf1f358994129ce1585e507faa7a1e4a0d8 100644 (file)
@@ -67,12 +67,12 @@ Echo the STRING(s) to standard output.\n\
   -n             do not output the trailing newline\n\
 "), stdout);
       fputs (_(DEFAULT_ECHO_TO_XPG
-              ? "\
+              ? N_("\
   -e             enable interpretation of backslash escapes (default)\n\
-  -E             disable interpretation of backslash escapes\n"
-              : "\
+  -E             disable interpretation of backslash escapes\n")
+              : N_("\
   -e             enable interpretation of backslash escapes\n\
-  -E             disable interpretation of backslash escapes (default)\n"),
+  -E             disable interpretation of backslash escapes (default)\n")),
             stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);