* grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments
This commit is contained in:
parent
48d57ed779
commit
4e9b28192a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments.
|
||||||
|
|
||||||
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for
|
* grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for
|
||||||
|
|
|
@ -39,7 +39,7 @@ static const struct grub_arg_option options[] =
|
||||||
{"id", 0, 0, N_("Menu entry identifier."), N_("STRING"), ARG_TYPE_STRING},
|
{"id", 0, 0, N_("Menu entry identifier."), N_("STRING"), ARG_TYPE_STRING},
|
||||||
/* TRANSLATORS: menu entry can either be bootable by anyone or only by
|
/* TRANSLATORS: menu entry can either be bootable by anyone or only by
|
||||||
handful of users. By default when security is active only superusers can
|
handful of users. By default when security is active only superusers can
|
||||||
boot a given only superusers. With --unrestricted (this option)
|
boot a given menu entry. With --unrestricted (this option)
|
||||||
anyone can boot it. */
|
anyone can boot it. */
|
||||||
{"unrestricted", 0, 0, N_("This entry can be booted by any user."),
|
{"unrestricted", 0, 0, N_("This entry can be booted by any user."),
|
||||||
0, ARG_TYPE_NONE},
|
0, ARG_TYPE_NONE},
|
||||||
|
|
Loading…
Reference in a new issue