Replaced several occurences of the word "media" by "medium"
This commit is contained in:
@ -1429,7 +1429,7 @@ int Xorriso_option_tell_media_space(struct XorrisO *xorriso, int flag)
|
||||
}
|
||||
if(free_space<0) {
|
||||
sprintf(xorriso->info_text,
|
||||
"Pending image size larger than free space on media");
|
||||
"Pending image size larger than free space on medium");
|
||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
|
||||
}
|
||||
sprintf(xorriso->result_line, "Media space : %ds\n", media_space);
|
||||
|
Reference in New Issue
Block a user