extend updater description in menu (#2673)

This commit is contained in:
tooomm 2017-04-30 02:13:33 +02:00 committed by Zach H
parent 3c5e38bd14
commit fdc82708c6

View file

@ -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());
}
}