From: Arto Hyvättinen Date: Sun, 22 Aug 2010 17:50:46 +0000 (+0300) Subject: Typo in new game dialog X-Git-Tag: v1.9.0~87 X-Git-Url: https://vcs.maemo.org/git/?p=chessclock;a=commitdiff_plain;h=917e58584d5fc70cfa04bd0b4369795375f8b548 Typo in new game dialog --- diff --git a/chessclockwindow.cpp b/chessclockwindow.cpp index 4f49a63..571f8ec 100644 --- a/chessclockwindow.cpp +++ b/chessclockwindow.cpp @@ -80,7 +80,7 @@ void ChessClockWindow::newGame() { pause(); if( clocks_ == 0 || !clocks_->isPlayStarted() || QMessageBox::question(this, tr("Start new game"), - tr("Really quit current game and start new one with current settings?"), + tr("Really quit the current game and start a new one?"), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes) { stack_->setCurrentWidget(start_);