Bug#559005: Incorrect use of "its" instead of "their" in grub-setup warning
Matt Kraai
kraai at ftbfs.org
Tue Dec 1 04:50:04 UTC 2009
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
-------------- next part --------------
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."));
More information about the Pkg-grub-devel
mailing list