From 5093ea4170c3e60fd08d05d56edb524581d1f9fb Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 15 Dec 2015 16:31:58 +0100 Subject: [PATCH] Small typos + reextracted strings --- cockatrice/src/tab_logs.cpp | 4 ++-- cockatrice/translations/cockatrice_en.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.