Match agreed captalisation style

Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2014-11-25 15:47:24 +00:00 committed by Dirk Hohndel
parent f72ec5e29b
commit 93d59c22d7
8 changed files with 29 additions and 29 deletions

View file

@ -575,7 +575,7 @@ void MainWindow::on_actionYearlyStatistics_triggered()
connect(quit, SIGNAL(activated()), this, SLOT(close()));
d.setWindowFlags(Qt::Window | Qt::CustomizeWindowHint
| Qt::WindowCloseButtonHint | Qt::WindowTitleHint);
d.setWindowTitle(tr("Yearly Statistics"));
d.setWindowTitle(tr("Yearly statistics"));
d.exec();
}