[Kst] kdeextragear-2 (silent)

Stephan Binner binner at kde.org
Tue Aug 26 00:26:56 CEST 2003


CVS commit by binner: 

CVS_SILENT speling and i18n style guide fixes


  M +2 -2      kile/kile/kile.cpp   1.83
  M +1 -1      konversation/konversation/irccolorchooserui.ui   1.3
  M +1 -1      kst/kst/kst.cpp   1.49
  M +1 -1      kst/kst/kstchangefiledialog_i.cpp   1.10


--- kdeextragear-2/kst/kst/kstchangefiledialog_i.cpp  #1.9:1.10
@@ -109,5 +109,5 @@ void KstChangeFileDialogI::applyFileChan
     file = new KstFile(ChangeFileName->currentText());
     if (file->numFrames() < 1) { // No data in file
-      KMessageBox::sorry(0L, i18n("%1: The requested file does not contain data. Operation cancelled.").arg(ChangeFileName->currentText()));
+      KMessageBox::sorry(0L, i18n("%1: The requested file does not contain data. Operation canceled.").arg(ChangeFileName->currentText()));
       delete file;
       return;

--- kdeextragear-2/kst/kst/kst.cpp  #1.48:1.49
@@ -570,5 +570,5 @@ void KstApp::slotFileOpen() {
       KFileDialog::getOpenFileName("::<kstfiledir>",
                                    i18n("*.kst|Kst Plot File "
-                                        "(*.kst)\n*|All files"),
+                                        "(*.kst)\n*|All Files"),
                                    this, i18n("Open File"));
     if(!fileToOpen.isEmpty()) {

--- kdeextragear-2/konversation/konversation/irccolorchooserui.ui  #1.2:1.3
@@ -62,5 +62,5 @@
             </property>
             <property name="text">
-                <string>Foreground Color:</string>
+                <string>Foreground color:</string>
             </property>
         </widget>

--- kdeextragear-2/kile/kile/kile.cpp  #1.82:1.83
@@ -816,5 +816,5 @@ void Kile::fileOpen()
 
         //get the URLs
-        KURL::List urls = KFileDialog::getOpenURLs( currentDir, i18n("*.ltx *.tex *.dtx *.bib *.sty *.cls *.mp|TeX files\n*|All files"), this,i18n("Open File") );
+        KURL::List urls = KFileDialog::getOpenURLs( currentDir, i18n("*.ltx *.tex *.dtx *.bib *.sty *.cls *.mp|TeX files\n*|All Files"), this,i18n("Open File") );
 
         //open them
@@ -2809,5 +2809,5 @@ void Kile::execUserTool(int i)
                                 == KMessageBox::Cancel)
                         {
-                                LogWidget->insertLine(i18n("Process cancelled by user."));
+                                LogWidget->insertLine(i18n("Process canceled by user."));
                                 return;
                         }




More information about the Kst mailing list