Bug 207972 - Text problem while erasing CDs
Summary: Text problem while erasing CDs
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: 1.66.0
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-20 15:00 UTC by Olivier Delaune
Modified: 2009-12-14 22:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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