]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2010-03-08 Matt Kraai <kraai@ftbfs.org>
authorMatt Kraai <kraai@ftbfs.org>
Mon, 8 Mar 2010 22:20:02 +0000 (22:20 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 8 Mar 2010 22:20:02 +0000 (22:20 +0000)
* util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
bug #559005).

ChangeLog
util/i386/pc/grub-setup.c

index 667ff0c1e190eea8ce1c3fd2c47006d21bb135d6..18eb66b5179f8e3d74795e6351653837093b97d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-08  Matt Kraai  <kraai@ftbfs.org>
+
+       * util/i386/pc/grub-setup.c (setup): Fix a grammatical error (Debian
+       bug #559005).
+
 2010-03-07  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * genmoddep.awk: Output all missing symbols and not only first.
index 4e2517ef25be7302012e63b869f1d5434f759c2b..ace577f37adab20af7b80d315392751e284a7e39 100644 (file)
@@ -418,7 +418,7 @@ unable_to_embed:
 
   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"));