[Kst] kdeextragear-2/kst/kst (silent)

Andrew Coles andrew_coles at yahoo.co.uk
Tue Aug 3 12:27:03 CEST 2004


CVS commit by coles: 



CVS_SILENT

Corrected typos.


  M +4 -4      kstfitdialog_i.cpp   1.30


--- kdeextragear-2/kst/kst/kstfitdialog_i.cpp  #1.29:1.30
@@ -435,5 +435,5 @@ bool KstFitDialogI::new_I() {
             if (plugin->isValid()) {
               if (!createCurve(plugin)) {
-                KMessageBox::sorry(this, i18n("Could not create curve from fit, possibly due"
+                KMessageBox::sorry(this, i18n("Could not create curve from fit, possibly due "
                                               "to a bad plugin."));
                 plugin = 0l;
@@ -441,6 +441,6 @@ bool KstFitDialogI::new_I() {
               }
             } else {
-              KMessageBox::sorry(this, i18n("There is something wrong (ie, there is a bug) with"
-                                            " the creating the fit plugin.\n"));
+              KMessageBox::sorry(this, i18n("There is something wrong (i.e, there is a bug) with"
+                                            " the creation of the fit plugin.\n"));
 
               plugin = 0l;
@@ -455,5 +455,5 @@ bool KstFitDialogI::new_I() {
       }
     } else {
-      KMessageBox::sorry(this, i18n("There is something wrong (ie, there is a bug) with"
+      KMessageBox::sorry(this, i18n("There is something wrong (i.e, there is a bug) with"
                                     " the selected plugin.\n"));
       return false;





More information about the Kst mailing list