Typo in new game dialog
authorArto Hyvättinen <arto.hyvattinen@gmail.com>
Sun, 22 Aug 2010 17:50:46 +0000 (20:50 +0300)
committerArto Hyvättinen <arto.hyvattinen@gmail.com>
Sun, 22 Aug 2010 17:50:46 +0000 (20:50 +0300)
chessclockwindow.cpp

index 4f49a63..571f8ec 100644 (file)
@@ -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_);