]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkrescue.in: Use same message as
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 13:45:45 +0000 (14:45 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 13:45:45 +0000 (14:45 +0100)
util/powerpc/ieee1275/grub-mkrescue.in with %s in place of command
for better translations.

ChangeLog
util/grub-mkrescue.in

index cb5ff7059cb5e67ccfd0efb05b9d478b45b24712..e5a5d728254d026f45c2662edc937079f7b619b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkrescue.in: Use same message as
+       util/powerpc/ieee1275/grub-mkrescue.in with %s in place of command
+       for better translations.
+
 2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/powerpc/ieee1275/grub-mkrescue.in: Gettextize. Unify the command
index 9c0e9085f8f4405cb7ee1fabcb775f550b9527f3..bb55bc15a2e9f0666573ce0fd7aabf210878d86f 100644 (file)
@@ -62,8 +62,7 @@ usage () {
     printf "  --xorriso=%-14s%s\n" "$(gettext "FILE")" "$(gettext "use FILE as xorriso [optional]")"
     printf "  --grub-mkimage=%-9s%s\n" "$(gettext "FILE")" "$(gettext "use FILE as grub-mkimage")"
     echo
-    gettext_printf "%s generates a bootable rescue image with specified source files, source
-directories, or mkisofs options listed by: xorriso -as mkisofs -help" "$self"
+    gettext_printf "%s generates a bootable rescue image with specified source files, source directories, or mkisofs options listed by: %s" "xorriso -as mkisofs -help" "$self"
     echo
     gettext "Option -- switches to native xorriso command mode."; echo
     echo