* util/grub-mkrescue.in: Use same message as
util/powerpc/ieee1275/grub-mkrescue.in with %s in place of command for better translations.
This commit is contained in:
parent
18534ad91e
commit
57db0757f4
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue