Bug 125510

Summary: 'savely' should be spelt 'safely' (typo)
Product: [Applications] k3b Reporter: James Ots <kde>
Component: generalAssignee: Sebastian Trueg <trueg>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description James Ots 2006-04-13 15:30:10 UTC
Version:           0.12.7 (using KDE KDE 3.5.2)
Installed from:    SuSE RPMs

In one of the messages which K3B pops up, it says 'you may savely ignore', which should be 'you may safely ignore'.

I'm using the British English translations, but I expect it's probably in the US version too.
Comment 1 Sebastian Trueg 2006-04-13 16:09:49 UTC
SVN commit 529454 by trueg:

typo

BUG: 125510


 M  +1 -1      libk3b/projects/audiocd/k3baudiotrack.cpp  
 M  +1 -1      src/projects/k3bdataurladdingdialog.cpp  


--- trunk/extragear/multimedia/k3b/libk3b/projects/audiocd/k3baudiotrack.cpp #529453:529454
@@ -312,7 +312,7 @@
   
   // TODO: should we also merge the indices?
 
-  // now we can savely delete the track we merged
+  // now we can safely delete the track we merged
   delete trackToMerge;
 
   kdDebug() << "(K3bAudioTrack::merge) finished"  << endl;
--- trunk/extragear/multimedia/k3b/src/projects/k3bdataurladdingdialog.cpp #529453:529454
@@ -341,7 +341,7 @@
 					    "<p>If you intend to make K3b follow symbolic links you should consider letting K3b do this now "
 					    "since K3b will not be able to do so afterwards because symbolic links to folders inside a "
 					    "K3b project cannot be resolved."
-					    "<p><b>If you do not intend to enable the option <em>follow symbolic links</em> you may savely "
+					    "<p><b>If you do not intend to enable the option <em>follow symbolic links</em> you may safely "
 					    "ignore this warning and choose to add the link to the project.</b>")
 				       .arg(absFilePath)
 				       .arg(resolved ),