Bug 207972

Summary: Text problem while erasing CDs
Product: [Applications] k3b Reporter: Olivier Delaune <olivier.delaune>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED FIXED    
Severity: normal CC: kde, michalm
Priority: NOR    
Version: 1.66.0   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Olivier Delaune 2009-09-20 15:00:56 UTC
Version:           alpha2 (using KDE 4.3.1)
OS:                Linux
Installed from:    Mandriva RPMs

Hello,
I use k3b to erase a CD.
When k3b has finished to erase CD, I have the french following messages :
La gravure s'est terminée avec succès.
Vitesse moyenne de gravure.
In english, it is :
Burning was completed successfully.
Average speed of burning.
I do not know if problem is only a translation problem or if it is a wrong
message which is translated.

You can see french screenshot here : http://imagik.fr/view-rl/121881
Bug report has already opened in Mandriva bugzilla: https://qa.mandriva.com/show_bug.cgi?id=53591
Comment 1 Michał Małek 2009-12-13 22:57:25 UTC
Hi, do you have any suggestion how to improve it?
Comment 2 Michał Małek 2009-12-13 22:59:56 UTC
Sorry, above comment was meant for different report, ignore it.
Comment 3 Michał Małek 2009-12-14 22:13:04 UTC
SVN commit 1062468 by mmalek:

* Cleanup of blanking/erasing/formatting modes. Created unified FormattingMode enum with two values: FormattingComplete and FormattingQuick. From now on it's used by cdrdao, cdrecord and dvd formatting jobs.
* Show correct message at the end of CD-RW erasing performed by CdrecordWriter
BUG: 207972

 M  +5 -0      libk3b/core/k3bglobals.h  
 M  +11 -32    libk3b/jobs/k3bblankingjob.cpp  
 M  +4 -6      libk3b/jobs/k3bblankingjob.h  
 M  +6 -6      libk3b/jobs/k3bdvdformattingjob.cpp  
 M  +2 -2      libk3b/jobs/k3bdvdformattingjob.h  
 M  +5 -6      libk3b/projects/k3bcdrdaowriter.cpp  
 M  +1 -2      libk3b/projects/k3bcdrdaowriter.h  
 M  +38 -4     libk3b/projects/k3bcdrecordwriter.cpp  
 M  +2 -0      libk3b/projects/k3bcdrecordwriter.h  
 M  +4 -4      src/k3bemptydiscwaiter.cpp  
 M  +2 -2      src/misc/k3bmediaformattingdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1062468