diff --git a/ChangeLog b/ChangeLog index b1be98280..5a816c63e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-10 Vladimir Serbinenko + + * util/grub-mkfont.c (options): Use more appropriate "select" that + "set" for face index. + 2012-03-10 Vladimir Serbinenko * util/grub-editenv.c (options): Gettextize command summaries. diff --git a/util/grub-mkfont.c b/util/grub-mkfont.c index 210dece68..504b48a6d 100644 --- a/util/grub-mkfont.c +++ b/util/grub-mkfont.c @@ -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},