mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
grammar fixes (#3727)
This commit is contained in:
parent
1d8fb79e11
commit
6ac3852995
6 changed files with 403 additions and 354 deletions
|
|
@ -29,7 +29,7 @@ DlgForgotPasswordReset::DlgForgotPasswordReset(QWidget *parent) : QDialog(parent
|
|||
if (settingsCache->servers().getFPHostname().isEmpty() && settingsCache->servers().getFPPort().isEmpty() &&
|
||||
settingsCache->servers().getFPPlayerName().isEmpty()) {
|
||||
QMessageBox::warning(this, tr("Forgot Password Reset Warning"),
|
||||
tr("Opps, looks like something has gone wrong. Please re-start the forgot password "
|
||||
tr("Oops, looks like something has gone wrong. Please re-start the forgot password "
|
||||
"process by using the forgot password button on the connection screen."));
|
||||
reject();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue