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

List:       kde-commits
Subject:    KDE/kdepim/akonadi/tray
From:       Brad Hards <bradh () frogmouth ! net>
Date:       2008-04-25 7:39:49
Message-ID: 1209109189.861590.31418.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 800914 by bhards:

Minor typo fixes (from EBN suggestions).


 M  +1 -1      backup.cpp  
 M  +1 -1      backup.h  
 M  +1 -1      backupassistant.cpp  
 M  +1 -1      restore.cpp  
 M  +1 -1      restore.h  


--- trunk/KDE/kdepim/akonadi/tray/backup.cpp #800913:800914
@@ -36,7 +36,7 @@
  * Use this class to create a backup. possible() will tell you if all
  * apps needed for the backup are available. Don't proceed without them.
  * After that call create() to get it running. Please make sure the parameter
- * has the tgz extention.
+ * has the tgz extension.
  */
 Backup::Backup( QWidget *parent ) : QWidget( parent )
 {
--- trunk/KDE/kdepim/akonadi/tray/backup.h #800913:800914
@@ -41,7 +41,7 @@
 
     /**
      * Creates a backup and emits completed() when done.
-     * The filename should be the filename, with tgz extention.
+     * The filename should be the filename, with tgz extension.
      */
     void create( const KUrl &filename );
 
--- trunk/KDE/kdepim/akonadi/tray/backupassistant.cpp #800913:800914
@@ -45,7 +45,7 @@
                                       "the current path. Restart this Assistant when \
this is fixed." ) );  } else {
         label1->setText( '\n' + i18n( "Please select the file where to store "
-                                      "the backup, give it the extention .tgz." ) + \
"\n\n" ); +                                      "the backup, give it the extension \
.tgz." ) + "\n\n" );  
         m_selectFileButton = new QPushButton( i18n( "&Click here to select the \
                Backup Location..." ), box1 );
         connect( m_selectFileButton, SIGNAL( clicked( bool ) ), SLOT( \
                slotSelectFile() ) );
--- trunk/KDE/kdepim/akonadi/tray/restore.cpp #800913:800914
@@ -37,7 +37,7 @@
  * Use this class to restore a backup. possible() will tell you if all
  * apps needed for the restore are available. Don't proceed without them.
  * After that call restore() to get it running. Please make sure the parameter
- * has the tgz extention.
+ * has the tgz extension.
  */
 Restore::Restore( QWidget *parent ) : QWidget( parent )
 {
--- trunk/KDE/kdepim/akonadi/tray/restore.h #800913:800914
@@ -41,7 +41,7 @@
 
     /**
      * Restores a backup and emits completed() when done.
-     * The filename should be the filename, with tgz extention.
+     * The filename should be the filename, with tgz extension.
      */
     void restore( const KUrl &filename );
 


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

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