]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/partmap/msdos.c (message_warn): Clarify messages.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 28 Feb 2012 03:23:58 +0000 (04:23 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 28 Feb 2012 03:23:58 +0000 (04:23 +0100)
ChangeLog
grub-core/partmap/msdos.c

index dbdf4a1ffddfec1612e4c94d0b6988ccd2ceece1..1f6a2071ec1130473959beb37ca72dd937eb25ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/partmap/msdos.c (message_warn): Clarify messages.
+
 2012-02-27  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Support v2 xnu boot arguments.
index 2b3bf167c084ec6685d8c549efecfdf82068b393..99fb85258360dd1df787d34e6c7e998ebbcb4f36 100644 (file)
@@ -42,9 +42,11 @@ struct embed_signature
 };
 
 const char message_warn[][200] = {
-  [TYPE_RAID] = N_("Sector %llu is already in use by %s; avoiding it.  "
+  [TYPE_RAID] = N_("Sector %llu is already in use by raid controller `%s';"
+                  " avoiding it.  "
                   "Please ask the manufacturer not to store data in MBR gap"),
-  [TYPE_SOFTWARE] = N_("Sector %llu is already in use by %s; avoiding it.  "
+  [TYPE_SOFTWARE] = N_("Sector %llu is already in use by the program `%s';"
+                      " avoiding it.  "
                       "This software may cause boot or other problems in "
                       "future.  Please ask its authors not to store data "
                       "in the boot track")