From 57db0757f4afd4ea3a05a1c7d86a1ad157b7b1cf Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 3 Feb 2012 14:45:45 +0100 Subject: [PATCH] * util/grub-mkrescue.in: Use same message as util/powerpc/ieee1275/grub-mkrescue.in with %s in place of command for better translations. --- ChangeLog | 6 ++++++ util/grub-mkrescue.in | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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