wm: mastermind-qt

Download patch

ref: 1ce5e3ac3952886bec87101898ed1490148008a1
parent: f5d23dcaf45f0d03a2afa881995cc9edfb62483a
author: mkf <mkf@hp.lan>
date: Thu Apr 27 06:30:10 EDT 2023

some minor string changes

--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -142,7 +142,7 @@
     else if(win)
         return;
     lives = 999;
-    ui->lcdLives->display(9);
+    ui->lcdLives->display(99);
     /* if the game was over */
     ui->buttonGuess->setEnabled(true);
     ui->spinGuess->setEnabled(true);
@@ -200,10 +200,9 @@
 
        QMessageBox m;
        m.setWindowTitle("YOU WIN!");
-       m.setText("I am, as your servent pleased "
-                 "to assure you, that; you have managed to win.");
+       m.setText("I am pleasedto assure you, that; you have managed to win.");
        m.setIcon(QMessageBox::Information);
-       m.addButton("oh yeah", QMessageBox::AcceptRole);
+       m.addButton("indeed", QMessageBox::AcceptRole);
        m.exec();
     }
     else if(lives == 1)