From 917e58584d5fc70cfa04bd0b4369795375f8b548 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arto=20Hyv=C3=A4ttinen?= Date: Sun, 22 Aug 2010 20:50:46 +0300 Subject: [PATCH] Typo in new game dialog --- chessclockwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_); -- 1.7.9.5