[Kst] kdeextragear-2/kst/kst

Rick Chern rchern at interchange.ubc.ca
Mon Aug 9 18:40:33 CEST 2004


CVS commit by rchern: 

Some i18n comments


  M +1 -1      kstarraydialog_i.cpp   1.7
  M +3 -3      kstimagedialog_i.cpp   1.16


--- kdeextragear-2/kst/kst/kstarraydialog_i.cpp  #1.6:1.7
@@ -135,5 +135,5 @@ void KstArrayDialogI::update() {
 bool KstArrayDialogI::new_I() {
   if (_zVector->selectedVector().isEmpty()){
-    KMessageBox::sorry(this, i18n("New array not made: define vectors first."));
+    KMessageBox::sorry(this, i18n("Array is 2D grid created from vector", "New array not made: define vectors first."));
     return false;
   }

--- kdeextragear-2/kst/kst/kstimagedialog_i.cpp  #1.15:1.16
@@ -196,5 +196,5 @@ bool KstImageDialogI::new_I() {
   //if arrayCombo is empty then display an error message
   if (_array->selectedArray().isEmpty()){
-    KMessageBox::sorry(this, i18n("New image not made: define array first."));
+    KMessageBox::sorry(this, i18n("Array is a 2D grid of numbers, used to create image", "New image not made: define array first."));
     return false;
   }
@@ -210,5 +210,5 @@ bool KstImageDialogI::new_I() {
   KstArrayPtr array = *arrays.findTag(_array->selectedArray());
   if (!array) {
-    KMessageBox::sorry(this, i18n("Could not find array."));
+    KMessageBox::sorry(this, i18n("Array is a 2D grid of numbers, used to create image", "Could not find array."));
     return false;
   }
@@ -274,5 +274,5 @@ bool KstImageDialogI::edit_I() {
 
   if (!array) {
-    KMessageBox::sorry(this, i18n("Could not find array."));
+    KMessageBox::sorry(this, i18n("Array is a 2D grid of numbers, used to create image", "Could not find array."));
     return false;
   }





More information about the Kst mailing list