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

List:       kde-commits
Subject:    kdebase/kfind
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-05-19 13:59:49
Message-ID: 20040519135949.D6AD59272 () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Corrected typos.


  M +3 -3      kftabdlg.cpp   1.120
  M +1 -1      kfwin.cpp   1.77


--- kdebase/kfind/kftabdlg.cpp  #1.119:1.120
@@ -108,5 +108,5 @@ KfindTabWidget::KfindTabWidget(QWidget *
     const QString whatsfileindex
         = i18n("<qt>This lets you use the files' index created by the <i>slocate</i> "
-               "package to speed-up the search. Don't forget to update the index from time to time "
+               "package to speed-up the search; remember to update the index from time to time "
                "(using <i>updatedb</i>)."
                "</qt>");
@@ -556,7 +556,7 @@ bool KfindTabWidget::isDateValid()
   if ( ! fromDate->getDate(&hi1).isValid() ||
        ! toDate->getDate(&hi2).isValid() )
-    str = i18n("The date is not valid!");
+    str = i18n("The date is not valid.");
   else if ( hi1 > hi2 )
-    str = i18n("Invalid date range!");
+    str = i18n("Invalid date range.");
   else if ( QDate::currentDate() < hi1 )
     str = i18n("Unable to search dates in the future.");

--- kdebase/kfind/kfwin.cpp  #1.76:1.77
@@ -216,5 +216,5 @@ void KfindWindow::saveResults()
   if ( !file.open(IO_WriteOnly) )
     KMessageBox::error(parentWidget(),
-                       i18n("It wasn't possible to save results!"));
+                       i18n("Unable to save results."));
   else {
     QTextStream stream( &file );


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

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