src/PrinterDialog.cpp

changeset 55
2d8dbbc1ffab
parent 54
bba7be9034be
child 83
6f744c602139
--- a/src/PrinterDialog.cpp	Mon Mar 14 16:05:11 2022 +0100
+++ b/src/PrinterDialog.cpp	Mon Mar 14 16:56:59 2022 +0100
@@ -338,7 +338,7 @@
     if (p_job == PR_SUPPLIES) {
 	painter->drawText(120, 0,  500, 40, Qt::AlignLeft, tr("Inventory") + " " + query.value(1).toString());
     } else if (p_job == PR_YEASTBANK) {
-	painter->drawText(120, 0,  500, 40, Qt::AlignLeft, tr("Yeast bank") + " " + query.value(1).toString());
+	painter->drawText(120, 0,  500, 40, Qt::AlignLeft, tr("Yeastbank") + " " + query.value(1).toString());
     } else {
         painter->drawText(120, 0,  500, 40, Qt::AlignLeft, "?? " + query.value(1).toString());
     }

mercurial