]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/menuentry.c: Fix typo in TRANSLATORS comments
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 May 2012 23:20:38 +0000 (01:20 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 3 May 2012 23:20:38 +0000 (01:20 +0200)
ChangeLog
grub-core/commands/menuentry.c

index d654fd7f653717f53d69599e810dfedbf59bc42b..5aeda05f504196f88b5820e0c04ec6ec37671296 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * grub-core/kern/fs.c (grub_fs_probe) [GRUB_UTIL]: Add workaround for
index af63bb2a0ddccbd4ba8ea2ce9bcc020c1ccebc7f..58d4dadf6ee4ec392a09d433802803520704cd7b 100644 (file)
@@ -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},