[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/collection/ipodcollection/handler
From:       Seb Ruiz <ruiz () kde ! org>
Date:       2009-07-19 3:52:26
Message-ID: 1247975546.110115.5705.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 999054 by seb:

Spaces were a worthy addition to our language, let's use them

 M  +5 -5      IpodHandler.cpp  


--- trunk/extragear/multimedia/amarok/src/collection/ipodcollection/handler/IpodHandler.cpp \
#999053:999054 @@ -202,7 +202,7 @@
 
             if( !ok )
             {
-                KMessageBox::error( 0, i18n( "%1the iPod Model is necessary to \
initialize the iPod", initError ), initErrorCaption ); +                \
KMessageBox::error( 0, i18n( "%1 the iPod Model is necessary to initialize the iPod", \
initError ), initErrorCaption );  m_success = false;
                 m_memColl->slotAttemptConnectionDone( m_success );
                 return;
@@ -228,7 +228,7 @@
                 // If it doesn't exist, make it and the path to it
                 if ( !root.mkpath( dir.absolutePath() ) )
                 {
-                    KMessageBox::error( 0, i18n( "%1failed to write to iPod, make \
sure you have write permissions on the iPod", initError ), initErrorCaption ); +      \
KMessageBox::error( 0, i18n( "%1 failed to write to iPod, make sure you have write \
permissions on the iPod", initError ), initErrorCaption );  debug() << "Creating \
directory failed";  m_success = false;
                     m_memColl->slotAttemptConnectionDone( m_success );
@@ -244,7 +244,7 @@
 
             if( !wrote )
             {
-                KMessageBox::error( 0, i18n( "%1failed to write SysInfo file to \
iPod, make sure you have write permissions on the iPod", initError ), \
initErrorCaption ); +                KMessageBox::error( 0, i18n( "%1 failed to write \
SysInfo file to iPod, make sure you have write permissions on the iPod", initError ), \
initErrorCaption );  debug() << "Failed to write modelnum to sysinfo file";
                 m_success = false;
                 m_memColl->slotAttemptConnectionDone( m_success );
@@ -268,7 +268,7 @@
                     m_itdb = 0;
                 }
 
-                KMessageBox::error( 0, i18n( "%1failed to initialize the iPod", \
initError ), initErrorCaption ); +                KMessageBox::error( 0, i18n( "%1 \
failed to initialize the iPod", initError ), initErrorCaption );  
                 m_success = false;
                 m_memColl->slotAttemptConnectionDone( m_success );
@@ -284,7 +284,7 @@
         }
         else
         {
-            KMessageBox::information( 0, i18n( "%1you chose not to initialize the \
iPod. It will not be usable until it is initialized.", initError), initErrorCaption \
); +            KMessageBox::information( 0, i18n( "%1 you chose not to initialize \
the iPod. It will not be usable until it is initialized.", initError), \
initErrorCaption );  m_success = false;
         }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic