💄 Removed ambiguous phrasing for highscore dialogs

main
Isabell Pflug 12 months ago
parent 4c07866eb9
commit 98cae7f1ab

@ -98,7 +98,7 @@ QMap<QPair<QString, QDateTime>, int> MainWindow::newEntry() {
QDialog entryDial;
entryDial.setPalette(MainWindow::palette());
QLabel *label1 = new QLabel("New highscore!");
QLabel *label1 = new QLabel("New top 10 score!");
QLabel *label2 = new QLabel("Enter your name:");
QLabel *label3 = new QLabel("Score:");
QLineEdit *lineEdit = new QLineEdit;
@ -217,7 +217,7 @@ void MainWindow::showHighscore_triggered() {
highscoreDial.setPalette(MainWindow::palette());
QVBoxLayout *layout = new QVBoxLayout;
QLabel *title = new QLabel("<h1> Highscores </h1> <br>");
QLabel *title = new QLabel("<h1> Hall of Fame </h1> <br>");
title->setAlignment(Qt::AlignCenter);
//title->set
layout->addWidget(title);

Loading…
Cancel
Save