From 4e9b28192a21df117f5ca695b6f80042b126cf8b Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 4 May 2012 01:20:38 +0200 Subject: [PATCH] * grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments --- ChangeLog | 4 ++++ grub-core/commands/menuentry.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d654fd7f6..5aeda05f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-05-04 Vladimir Serbinenko + + * grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments. + 2012-05-04 Vladimir Serbinenko * grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for diff --git a/grub-core/commands/menuentry.c b/grub-core/commands/menuentry.c index af63bb2a0..58d4dadf6 100644 --- a/grub-core/commands/menuentry.c +++ b/grub-core/commands/menuentry.c @@ -39,7 +39,7 @@ static const struct grub_arg_option options[] = {"id", 0, 0, N_("Menu entry identifier."), N_("STRING"), ARG_TYPE_STRING}, /* TRANSLATORS: menu entry can either be bootable by anyone or only by 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. */ {"unrestricted", 0, 0, N_("This entry can be booted by any user."), 0, ARG_TYPE_NONE}, -- 2.39.2