diff --git a/cockatrice/src/tab_logs.cpp b/cockatrice/src/tab_logs.cpp index 8be008cd..bd4a32e2 100644 --- a/cockatrice/src/tab_logs.cpp +++ b/cockatrice/src/tab_logs.cpp @@ -322,10 +322,10 @@ void TabLog::viewLogHistory_processResponse(const Response &resp) } } else - QMessageBox::information(static_cast(parent()), tr("Message History"), tr("There is no messages for the selected iilters.")); + QMessageBox::information(static_cast(parent()), tr("Message History"), tr("There are no messages for the selected filters.")); } else - QMessageBox::critical(static_cast(parent()), tr("Message History"), tr("Failed to collecting message history information.")); + QMessageBox::critical(static_cast(parent()), tr("Message History"), tr("Failed to collect message history information.")); } void TabLog::restartLayout() diff --git a/cockatrice/translations/cockatrice_en.ts b/cockatrice/translations/cockatrice_en.ts index c2869a40..cd4b6c80 100644 --- a/cockatrice/translations/cockatrice_en.ts +++ b/cockatrice/translations/cockatrice_en.ts @@ -5039,12 +5039,12 @@ The more information you put in, the more specific your results will be. - There is no messages for the selected iilters. + There are no messages for the selected filters. - Failed to collecting message history information. + Failed to collect message history information.