extend updater description in menu (#2673)
This commit is contained in:
parent
3c5e38bd14
commit
fdc82708c6
1 changed files with 2 additions and 2 deletions
|
@ -550,7 +550,7 @@ void MainWindow::retranslateUi()
|
||||||
aEditTokens->setText(tr("Edit &tokens..."));
|
aEditTokens->setText(tr("Edit &tokens..."));
|
||||||
|
|
||||||
aAbout->setText(tr("&About Cockatrice"));
|
aAbout->setText(tr("&About Cockatrice"));
|
||||||
aUpdate->setText(tr("Check for Updates"));
|
aUpdate->setText(tr("Check for Client Updates"));
|
||||||
aViewLog->setText(tr("View &debug log"));
|
aViewLog->setText(tr("View &debug log"));
|
||||||
helpMenu->setTitle(tr("&Help"));
|
helpMenu->setTitle(tr("&Help"));
|
||||||
aCheckCardUpdates->setText(tr("Check for card updates..."));
|
aCheckCardUpdates->setText(tr("Check for card updates..."));
|
||||||
|
@ -1114,4 +1114,4 @@ void MainWindow::promptForgotPasswordReset()
|
||||||
DlgForgotPasswordReset dlg(this);
|
DlgForgotPasswordReset dlg(this);
|
||||||
if (dlg.exec())
|
if (dlg.exec())
|
||||||
client->submitForgotPasswordResetToServer(dlg.getHost(), dlg.getPort(), dlg.getPlayerName(), dlg.getToken(), dlg.getPassword());
|
client->submitForgotPasswordResetToServer(dlg.getHost(), dlg.getPort(), dlg.getPlayerName(), dlg.getToken(), dlg.getPassword());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue