From ad84562df0d96b5a40a305788dd05acd33281e39 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 3 Apr 2012 20:52:05 -0500 Subject: [PATCH] Fix kfind branding. --- kfind/kftabdlg.cpp | 2 +- kfind/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 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; } diff --git a/kfind/main.cpp b/kfind/main.cpp index eb19ef041..d568dc3ce 100644 --- a/kfind/main.cpp +++ b/kfind/main.cpp @@ -11,7 +11,7 @@ #include "version.h" static const char description[] = - I18N_NOOP("KDE file find utility"); + I18N_NOOP("TDE file find utility"); static KCmdLineOptions options[] = {