* grub-core/commands/i386/pc/play.c: Improve TRANSLATORS comments.
* grub-core/commands/regexp.c: Likewise. * grub-core/loader/i386/linux.c: Likewise. * grub-core/partmap/msdos.c: Likewise. * grub-core/script/execute.c: Likewise. * grub-core/term/gfxterm.c: Likewise.
This commit is contained in:
parent
546fbe9b5a
commit
0ae4f0bddb
6 changed files with 25 additions and 7 deletions
|
@ -38,7 +38,8 @@ static const struct grub_arg_option options[] =
|
|||
them in variables. In other programs
|
||||
those components aree often referenced with
|
||||
back slash, e.g. \1. Compare
|
||||
sed -e 's,\([a-z][a-z]*\),lowercase=\1,g'
|
||||
sed -e 's,\([a-z][a-z]*\),lowercase=\1,g'
|
||||
The whole matching component is saved in VARNAME, not its number.
|
||||
*/
|
||||
N_("Store matched component NUMBER in VARNAME."),
|
||||
N_("[NUMBER:]VARNAME"), ARG_TYPE_STRING },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue