You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
712 B

Description: improve wording
Author: DenverD
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2010-05-25
--- a/src/lib_main.cpp
+++ b/src/lib_main.cpp
@@ -566,7 +566,7 @@
fprintf (stdout, "\nConclusion:\n");
if (bad_sectors > 0) {
- fprintf (stdout, " Disc contains BAD or even readable sectors, put it into trash can!\n");
+ fprintf (stdout, " Disc contains BAD or even unreadable sectors, put it into trash can!\n");
return;
}
@@ -580,7 +580,7 @@
return;
}
- fprintf (stdout, " Even there is no unreadable sectors, disc is unstable!\n");
+ fprintf (stdout, " Even though there are no unreadable sectors, disc is unstable!\n");
}
void Ccdrom::DeallocateTimings()