From 616277c4d19ea00667305af6b61cefe611afe5e9 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Wed, 6 Jun 2012 17:10:59 +0300 Subject: [PATCH] Add missing s (typo found by Dimitrios Glentadakis). --- mailcommon/searchpattern.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailcommon/searchpattern.cpp b/mailcommon/searchpattern.cpp index 0cff5ae0f5..e50f253388 100644 --- a/mailcommon/searchpattern.cpp +++ b/mailcommon/searchpattern.cpp @@ -1453,7 +1453,7 @@ QString SearchPattern::asString() const result = i18n( "(match all of the following)" ); break; case OpAll: - result = i18n( "(match all message)" ); + result = i18n( "(match all messages)" ); break; } -- 2.11.4.GIT