Fix kfind branding.

pull/2/head
Darrell Anderson 14 years ago
parent 2f4d8d10ee
commit ad84562df0

@ -549,7 +549,7 @@ bool KfindTabWidget::isDateValid()
{ {
if (timeBox->value() > 0 ) return TRUE; 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; return FALSE;
} }

@ -11,7 +11,7 @@
#include "version.h" #include "version.h"
static const char description[] = static const char description[] =
I18N_NOOP("KDE file find utility"); I18N_NOOP("TDE file find utility");
static KCmdLineOptions options[] = static KCmdLineOptions options[] =
{ {

Loading…
Cancel
Save