From ec18172021a9adc0f6fa1fe80aec71e9a905a351 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 17 Feb 2005 10:00:37 +0000 Subject: trans fix --- (limited to 'korganizer') diff --git a/korganizer/searchdialog.cpp b/korganizer/searchdialog.cpp index 39966b5..3a95978 100644 --- a/korganizer/searchdialog.cpp +++ b/korganizer/searchdialog.cpp @@ -186,7 +186,7 @@ void SearchDialog::doSearch() if (mMatchedEvents.count() + mMatchedJournals.count() + mMatchedTodos.count() == 0) { KMessageBox::information(this, - i18n("No event/todo were found matching\nyour search expression.\nUse the wildcard characters\n ' * ' and ' ? ' where needed.")); + i18n("No items were found matching\nyour search expression.\nUse the wildcard characters\n'*' and '?' where needed.")); #ifndef DESKTOP_VERSION setCaption(i18n("Click OK to search ->")); #else -- cgit v0.9.0.2