Replaced several occurences of the word "media" by "medium"

This commit is contained in:
2011-11-02 14:21:29 +00:00
parent dd453ce26b
commit fb08d390c4
9 changed files with 40 additions and 40 deletions

View File

@ -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);