diff -r 4f0281b7b0bb -r eb9b50a4bf35 src/EditProductExport.cpp --- 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.")); }