Bug 125510 - 'savely' should be spelt 'safely' (typo)
Summary: 'savely' should be spelt 'safely' (typo)
Status: RESOLVED FIXED
Alias: None
Product: k3b
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Trueg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-13 15:30 UTC by James Ots
Modified: 2006-04-13 16:09 UTC (History)
0 users

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 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 ),