diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-11-25 15:47:24 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-25 07:57:33 -0800 |
commit | 93d59c22d78788823c22f7d6f2efa01bdcdac5f4 (patch) | |
tree | 2db6ced98955950013a92bfa8b5b9a8fa72da06c /qt-ui/mainwindow.cpp | |
parent | f72ec5e29bbf36f5346dd7c0a56972e916c4efa1 (diff) | |
download | subsurface-93d59c22d78788823c22f7d6f2efa01bdcdac5f4.tar.gz |
Match agreed captalisation style
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index a02ff0357..f26c0f168 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -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(); } |