From 5019f5d65075170169e0cb23504002db3c5558bc Mon Sep 17 00:00:00 2001 From: Liran BN Date: Sun, 15 Jun 2014 19:53:20 +0300 Subject: [PATCH] small change --- main/mainscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp index 4f9c420..83344c8 100644 --- a/main/mainscreen.cpp +++ b/main/mainscreen.cpp @@ -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.

" + QMessageBox::about(this, "About", "A tiny application to calculate your grades average.

" "This software is licensed under Qt5's
GNU LESSER GENERAL PUBLIC LICENSE V2
" "The source code is available at github:
" "jceAverageCalculator Repository"