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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/kmail
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2010-01-16 15:07:16
Message-ID: 1263654436.834745.28908.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1075699 by tmcguire:

Better messagebox captions


 M  +1 -1      kmcomposewin.cpp  
 M  +4 -2      kmkernel.cpp  


--- branches/work/akonadi-ports/kdepim/kmail/kmcomposewin.cpp #1075698:1075699
@@ -702,7 +702,7 @@
                                       filename,
                                       errorMessage,
                                       file.errorString() ),
-                          i18n( "autosave" ) );
+                          i18n( "Autosaving Message Failed" ) );
 
       // Error dialog shown, hide the errors the next time
       mAutoSaveErrorShown = true;
--- branches/work/akonadi-ports/kdepim/kmail/kmkernel.cpp #1075698:1075699
@@ -1391,11 +1391,13 @@
         KMessageBox::sorry( 0, i18n( "Failed to delete the autosave file at %1\n"
                                      "You may want to manually remove this file to stop KMail"
                                      " from recovering the same message on each startup.",
-                                   dir.absoluteFilePath( file ) ), i18n( "autosave" ) );
+                                     dir.absoluteFilePath( file ) ),
+                            i18n( "Deleting Autosave File Failed" ) );
       }
     } else {
       KMessageBox::sorry( 0, i18n( "Failed to open autosave file at %1.\nReason: %2" ,
-                                  file, autoSaveFile.errorString() ), i18n( "autosave" ) );
+                                   file, autoSaveFile.errorString() ),
+                          i18n( "Opening Autosave File Failed" ) );
     }
   }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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