string in in question is already translated from grub-reboot)
+2012-03-05 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-set-default.in: Replace printf with gettext_printf (the
+ string in in question is already translated from grub-reboot)
+
2012-03-05 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Bump up the version to beta1.
echo
printf " -h, --help %s\n" "$(gettext "print this message and exit")"
printf " -v, --version %s\n" "$(gettext "print the version information and exit")"
- dirmsg="$(printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
+ dirmsg="$(gettext_printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
printf " --boot-directory=%-7s%s\n" "$(gettext "DIR")" "$dirmsg"
echo
gettext "MENU_ENTRY is a number, a menu item title or a menu item identifier."; echo