diff -r bba7be9034be -r 2d8dbbc1ffab src/PrinterDialog.cpp --- 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()); }