[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Thu Aug 12 20:39:46 CEST 2004


CVS commit by rchern: 

Typo in error message


  M +1 -1      kstarraydialog_i.cpp   1.12


--- kdeextragear-2/kst/kst/kstarraydialog_i.cpp  #1.11:1.12
@@ -224,5 +224,5 @@ bool KstArrayDialogI::checkParameters(Ks
   //basic check to see if parameters are consistent with vector
   if (!_useMaximum->isChecked() && (*vector_iter)->sampleCount() < _nX->cleanText().toInt() * _nY->cleanText().toInt()) {
-    KMessageBox::sorry(this, i18n("The number of elements in the grid is greater than the of elements in the selected vector.  Please ensure the grid dimensions are correct."));
+    KMessageBox::sorry(this, i18n("The number of elements in the grid is greater than the number of elements in the selected vector.  Please ensure the grid dimensions are correct."));
     (*vector_iter)->readUnlock();
     KST::vectorList.lock().readUnlock();





More information about the Kst mailing list