[pim/kmail] src/searchdialog: Fix i18n

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 4446a5d554914f650bcfb1386d4b892fd44432bf by Laurent Montel.
Committed on 13/08/2026 at 18:12.
Pushed by mlaurent into branch 'master'.

Fix i18n

M  +1    -1    src/searchdialog/searchwindowdialog.cpp

https://invent.kde.org/pim/kmail/-/commit/4446a5d554914f650bcfb1386d4b892fd44432bf

diff --git a/src/searchdialog/searchwindowdialog.cpp b/src/searchdialog/searchwindowdialog.cpp
index 39131ebab..fff6e9f4f 100644
--- a/src/searchdialog/searchwindowdialog.cpp
+++ b/src/searchdialog/searchwindowdialog.cpp
@@ -429,7 +429,7 @@ void SearchWindowDialog::doSearch()
     if (mUi.mChkbxSpecificFolders->isChecked()) {
         const Akonadi::Collection col = mUi.mCbxFolders->collection();
         if (!col.isValid()) {
-            mSearchPatternWidget->showWarningPattern(QStringList() << i18n("You did not selected a valid folder."));
+            mSearchPatternWidget->showWarningPattern(QStringList() << i18n("You did not select a valid folder."));
             mUi.mSearchFolderEdt->setEnabled(true);
             return;
         }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.