]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-set-default.in: Replace printf with gettext_printf (the
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 15:31:05 +0000 (16:31 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 5 Mar 2012 15:31:05 +0000 (16:31 +0100)
string in in question is already translated from grub-reboot)

ChangeLog
util/grub-set-default.in

index 02095f25f17c710c54b3b4352b510d911bb11aa3..cc2cc2580845c092222b467dce9c91e991a072f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 2125b45862c54785a17fe53cd8287f712f8c57ac..7fedb594123f38ec5c49bf746bc4438865312e50 100644 (file)
@@ -50,7 +50,7 @@ usage () {
     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