Sophie

Sophie

distrib > Mandriva > 2008.0 > i586 > by-pkgid > cfd4bbfae24305581cf91ef8a7459719 > files > 16

amarok-1.4.7-9mdv2008.0.src.rpm

SVN commit 705363 by sitter:

fixed typo

BUG: 149272



 M  +2 -2      magnatunepurchasedialog.cpp

--- amarok/src/magnatunebrowser/magnatunepurchasedialog.cpp~	2007-08-07 19:48:28.000000000 +0200
+++ amarok/src/magnatunebrowser/magnatunepurchasedialog.cpp	2007-08-28 13:44:13.000000000 +0200
@@ -116,7 +116,7 @@
     if ( !monthExp.exactMatch( monthString ) )
     {
         QMessageBox::information( this, "Invalid expiration month",
-                                  "The credit card expitation month does not appear to be valid\n" );
+                                  "The credit card expiration month does not appear to be valid\n" );
         return false;
     }
 
@@ -128,7 +128,7 @@
     if ( !yearExp.exactMatch( yearString ) )
     {
         QMessageBox::information( this, "Invalid expiration month",
-                                  "The credit card expitation year does not appear to be valid\n" );
+                                  "The credit card expiration year does not appear to be valid\n" );
         return false;
     }