* grub-core/partmap/msdos.c (message_warn): Clarify messages.
This commit is contained in:
parent
83ddae2333
commit
f1b16fa3e3
2 changed files with 8 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue