summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdck/files/cdck-0.7.0-wording.patch')
-rw-r--r--app-cdr/cdck/files/cdck-0.7.0-wording.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-cdr/cdck/files/cdck-0.7.0-wording.patch b/app-cdr/cdck/files/cdck-0.7.0-wording.patch
new file mode 100644
index 000000000000..74e91c1f6bb6
--- /dev/null
+++ b/app-cdr/cdck/files/cdck-0.7.0-wording.patch
@@ -0,0 +1,25 @@
+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()