src/EditYeast.cpp

changeset 36
beb23d5e0ee0
parent 27
94da58c66913
child 60
0d65238ebedc
equal deleted inserted replaced
35:b476b36590bc 36:beb23d5e0ee0
220 void EditYeast::WindowTitle() 220 void EditYeast::WindowTitle()
221 { 221 {
222 QString txt; 222 QString txt;
223 223
224 if (this->recno < 0) { 224 if (this->recno < 0) {
225 txt = QString(tr("BMSapp - Add new hop")); 225 txt = QString(tr("BMSapp - Add new yeast"));
226 } else { 226 } else {
227 txt = QString(tr("BMSapp - Edit hop %1").arg(this->recno)); 227 txt = QString(tr("BMSapp - Edit yeast %1").arg(this->recno));
228 } 228 }
229 229
230 if (this->textIsChanged) { 230 if (this->textIsChanged) {
231 txt.append((QString(" **"))); 231 txt.append((QString(" **")));
232 } 232 }

mercurial