Corrected a typo in a message text

This commit is contained in:
Thomas Schmitt 2012-11-26 07:02:18 +00:00
parent 0ec02b1951
commit 86a96982d3
2 changed files with 2 additions and 2 deletions

View File

@ -1311,7 +1311,7 @@ int Xorriso_toc(struct XorrisO *xorriso, int flag)
}
if(profile_no == 0x41 && num_sessions >= 300) {
sprintf(xorriso->info_text,
"Sequential BD-R medi/m now contains %d sessions. It is likely to soon fail writing.",
"Sequential BD-R medium now contains %d sessions. It is likely to soon fail writing.",
num_sessions);
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "WARNING", 0);
}

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.11.26.070047"
#define Xorriso_timestamP "2012.11.26.070128"