diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-03 20:52:05 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-03 20:52:05 -0500 |
commit | ad84562df0d96b5a40a305788dd05acd33281e39 (patch) | |
tree | a66c091a69b405476bc24307f207d5ca13fff72f | |
parent | 2f4d8d10ee327a156ed0aef3dd8b3917d216b2b2 (diff) | |
download | tdebase-ad84562df0d96b5a40a305788dd05acd33281e39.tar.gz tdebase-ad84562df0d96b5a40a305788dd05acd33281e39.zip |
Fix kfind branding.
-rw-r--r-- | kfind/kftabdlg.cpp | 2 | ||||
-rw-r--r-- | 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[] = { |