]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkfont.c (options): Use more appropriate "select" that
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 12:16:41 +0000 (13:16 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 10 Mar 2012 12:16:41 +0000 (13:16 +0100)
"set" for face index.

ChangeLog
util/grub-mkfont.c

index b1be98280935c9445fa53aa797eca720f85fe6bb..5a816c63ed3f02221b97835c7407405819adfb03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-mkfont.c (options): Use more appropriate "select" that
+       "set" for face index.
+
 2012-03-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-editenv.c (options): Gettextize command summaries.
index 210dece683da9e45d876eacf43ad4c37e34dcaab..504b48a6dfb37331b07ae9bfc80f62437d4b3230 100644 (file)
@@ -981,7 +981,7 @@ static struct argp_option options[] = {
    /* TRANSLATORS: some font files may have multiple faces (fonts).
       This option is used to chose among them, the first face being '0'.
       Rarely used.  */
-   N_("set face index"), 0},
+   N_("select face index"), 0},
   {"range",  'r', N_("FROM-TO[,FROM-TO]"), 0, 
    /* TRANSLATORS: It refers to the range of characters in font.  */
    N_("set font range"), 0},