src/EditYeast.cpp

changeset 36
beb23d5e0ee0
parent 27
94da58c66913
child 60
0d65238ebedc
--- a/src/EditYeast.cpp	Tue Mar 01 10:54:28 2022 +0100
+++ b/src/EditYeast.cpp	Tue Mar 01 12:17:46 2022 +0100
@@ -222,9 +222,9 @@
     QString txt;
 
     if (this->recno < 0) {
-	txt = QString(tr("BMSapp - Add new hop"));
+	txt = QString(tr("BMSapp - Add new yeast"));
     } else {
-	txt = QString(tr("BMSapp - Edit hop %1").arg(this->recno));
+	txt = QString(tr("BMSapp - Edit yeast %1").arg(this->recno));
     }
 
     if (this->textIsChanged) {

mercurial