* util/grub-mkfont.c (options): Use more appropriate "select" that

"set" for face index.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-10 13:16:41 +01:00
parent 35d7062040
commit 1acc5b1f3d
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View 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},