summaryrefslogtreecommitdiffstats
path: root/kfind/kftabdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kftabdlg.cpp')
-rw-r--r--kfind/kftabdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kftabdlg.cpp b/kfind/kftabdlg.cpp
index 2d0a0692d..a16ad67c5 100644
--- a/kfind/kftabdlg.cpp
+++ b/kfind/kftabdlg.cpp
@@ -549,7 +549,7 @@ bool KfindTabWidget::isDateValid()
{
if (timeBox->value() > 0 ) return TRUE;
- KMessageBox::sorry(this, i18n("Unable to search within a period which is less than a minute."));
+ KMessageBox::sorry(this, i18n("Unable to search within a period that is less than a minute."));
return FALSE;
}