diff --git a/ChangeLog b/ChangeLog index cb5ff7059..e5a5d7282 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-02-03 Vladimir Serbinenko + + * 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 * util/powerpc/ieee1275/grub-mkrescue.in: Gettextize. Unify the command diff --git a/util/grub-mkrescue.in b/util/grub-mkrescue.in index 9c0e9085f..bb55bc15a 100644 --- a/util/grub-mkrescue.in +++ b/util/grub-mkrescue.in @@ -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