Package: grub-pc
Version: 1.97+20091130-1
Severity: minor
Tags: patch

Hi,

On my system, grub-setup generates the following warning:

 Embedding is not possible.  GRUB can only be installed in this setup by using 
blocklists.  However, blocklists are UNRELIABLE and its use is discouraged.

Since "blocklists" is plural, the pronoun "their" should be used
instead of "its."  I've attached a patch to do so.

-- 
Matt                                            http://ftbfs.org/kraai
diff -ru grub2-1.97+20091130~/util/i386/pc/grub-setup.c 
grub2-1.97+20091130/util/i386/pc/grub-setup.c
--- grub2-1.97+20091130~/util/i386/pc/grub-setup.c      2009-11-30 
20:44:19.000000000 -0800
+++ grub2-1.97+20091130/util/i386/pc/grub-setup.c       2009-11-30 
20:44:30.000000000 -0800
@@ -420,7 +420,7 @@
 
   grub_util_warn (_("Embedding is not possible.  GRUB can only be installed in 
this "
                    "setup by using blocklists.  However, blocklists are 
UNRELIABLE and "
-                   "its use is discouraged."));
+                   "their use is discouraged."));
   if (! force)
     grub_util_error (_("If you really want blocklists, use --force."));
 

Reply via email to