src/EditProductExport.cpp

changeset 273
eb9b50a4bf35
parent 271
f56c0dff0a3d
child 280
efc213beb605
--- a/src/EditProductExport.cpp	Thu Jun 09 15:14:28 2022 +0200
+++ b/src/EditProductExport.cpp	Thu Jun 09 15:59:04 2022 +0200
@@ -319,7 +319,7 @@
     if (DB_product::save(dup, this)) {
 	QMessageBox::information(this, tr("Copy Product"), tr("Copy Product export ready."));
     } else {
-        QMessageBox::warning(this, tr("Copy Product "), tr("Copy Product error."));
+        QMessageBox::warning(this, tr("Copy Product"), tr("Copy Product error."));
     }
     delete dup;
 }
@@ -415,7 +415,7 @@
     r->mashs = product->mashs;
 
     if (DB_recipe::save(r, this)) {
-        QMessageBox::information(this, tr("Copy Product"), tr("Copy Produuct to Recipe ready."));
+        QMessageBox::information(this, tr("Copy Product"), tr("Copy Product to Recipe ready."));
     } else {
         QMessageBox::warning(this, tr("Copy Product"), tr("Copy Product to Recipe error."));
     }

mercurial