We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74111f commit 319a231Copy full SHA for 319a231
src/queryform.cpp
@@ -56,7 +56,7 @@ void queryForm::on_succesStudentPushButton_clicked()
56
listGroup.append(tableView->model()->index(row, 0).data().toString());
57
}
58
59
- QString selectedGroup = QInputDialog::getItem(this, tr("Запит по успіншості групи"),
+ QString selectedGroup = QInputDialog::getItem(this, tr("Запит по успішності групи"),
60
tr("Оберіть групу:"), listGroup,
61
0, false, &ok);
62
0 commit comments