From fdc82708c62e7f05fd0cc5a6d0f862c665742301 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 30 Apr 2017 02:13:33 +0200 Subject: [PATCH] extend updater description in menu (#2673) --- cockatrice/src/window_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockatrice/src/window_main.cpp b/cockatrice/src/window_main.cpp index 10951c73..a9a1ad3f 100644 --- a/cockatrice/src/window_main.cpp +++ b/cockatrice/src/window_main.cpp @@ -550,7 +550,7 @@ void MainWindow::retranslateUi() aEditTokens->setText(tr("Edit &tokens...")); aAbout->setText(tr("&About Cockatrice")); - aUpdate->setText(tr("Check for Updates")); + aUpdate->setText(tr("Check for Client Updates")); aViewLog->setText(tr("View &debug log")); helpMenu->setTitle(tr("&Help")); aCheckCardUpdates->setText(tr("Check for card updates...")); @@ -1114,4 +1114,4 @@ void MainWindow::promptForgotPasswordReset() DlgForgotPasswordReset dlg(this); if (dlg.exec()) client->submitForgotPasswordResetToServer(dlg.getHost(), dlg.getPort(), dlg.getPlayerName(), dlg.getToken(), dlg.getPassword()); -} \ No newline at end of file +}