small change
This commit is contained in:
parent
80ee7c9f28
commit
5019f5d650
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void MainScreen::setLabelConnectionStatus(jceLogin::jceStatus statusDescription)
|
|||
}
|
||||
void MainScreen::on_actionCredits_triggered()
|
||||
{
|
||||
QMessageBox::about(this, "About", " A tiny application to calculate your grades average. <br><br>"
|
||||
QMessageBox::about(this, "About", "A tiny application to calculate your grades average. <br><br>"
|
||||
"This software is licensed under Qt5's <br>GNU LESSER GENERAL PUBLIC LICENSE V2<br>"
|
||||
"The source code is available at github:<br>"
|
||||
"<a href='https://github.com/liranbg/jceAverageCalculator'>jceAverageCalculator Repository</a>"
|
||||
|
|
Loading…
Reference in a new issue