From 14478fcbc67ac508d4bd45767cf7a6341194a15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Dec 2020 12:13:24 +0100 Subject: [PATCH] KMail: Add the missing translation of the default search filter entry. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit cae557256dc38e04b10b9e95c0c291810b920f7c) --- kmail/searchwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmail/searchwindow.cpp b/kmail/searchwindow.cpp index bc97de04..68d64a82 100644 --- a/kmail/searchwindow.cpp +++ b/kmail/searchwindow.cpp @@ -189,7 +189,7 @@ SearchWindow::SearchWindow(KMMainWidget* w, const char* name, object = list->first(); delete list; if (!searchFolder && object && ::tqqt_cast(object)) - static_cast(TQT_TQWIDGET(object))->setCurrentText("Subject"); + static_cast(TQT_TQWIDGET(object))->setCurrentText(i18n("Subject")); vbl->addWidget( mPatternEdit );