mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
grammar fixes (#3727)
This commit is contained in:
parent
1d8fb79e11
commit
6ac3852995
6 changed files with 403 additions and 354 deletions
|
|
@ -181,7 +181,7 @@ void UserContextMenu::banUserHistory_processResponse(const Response &resp)
|
|||
|
||||
} else
|
||||
QMessageBox::critical(static_cast<QWidget *>(parent()), tr("Ban History"),
|
||||
tr("Failed to collecting ban information."));
|
||||
tr("Failed to collect ban information."));
|
||||
}
|
||||
|
||||
void UserContextMenu::warnUserHistory_processResponse(const Response &resp)
|
||||
|
|
@ -217,7 +217,7 @@ void UserContextMenu::warnUserHistory_processResponse(const Response &resp)
|
|||
|
||||
} else
|
||||
QMessageBox::critical(static_cast<QWidget *>(parent()), tr("Warning History"),
|
||||
tr("Failed to collecting warning information."));
|
||||
tr("Failed to collect warning information."));
|
||||
}
|
||||
|
||||
void UserContextMenu::adjustMod_processUserResponse(const Response &resp, const CommandContainer &commandContainer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue