* util/grub-mkfont.c (options): Use more appropriate "select" that
"set" for face index.
This commit is contained in:
parent
35d7062040
commit
1acc5b1f3d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue