* grub-core/partmap/msdos.c (message_warn): Clarify messages.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-28 04:23:58 +01:00
parent 83ddae2333
commit f1b16fa3e3
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View 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")