summaryrefslogtreecommitdiffstats
path: root/parts/documentation
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:44:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:44:09 -0500
commitefbe6faa6c054c878f6395d7bbcc19dda3c2e544 (patch)
tree375e0852de34c2a530b65d4f1d5d94d55eb19597 /parts/documentation
parentefa2f9c6642f5ad1a80d15d1039d0d814341252d (diff)
downloadtdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.tar.gz
tdevelop-efbe6faa6c054c878f6395d7bbcc19dda3c2e544.zip
Branding cleanup: KDE -> TDE, KDevelop -> TDevelop
Diffstat (limited to 'parts/documentation')
-rw-r--r--parts/documentation/searchview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/searchview.cpp b/parts/documentation/searchview.cpp
index e9e34192..aed30404 100644
--- a/parts/documentation/searchview.cpp
+++ b/parts/documentation/searchview.cpp
@@ -155,7 +155,7 @@ void SearchView::search()
TQString exe = config->readPathEntry("htsearchbin", kapp->dirs()->findExe("htsearch"));
if (exe.isEmpty())
{
- KMessageBox::error(this, i18n("Cannot find the htsearch executable.\nIt is part of the ht://Dig package that is used by KDevelop to perform full text search. Please install ht://Dig and use Documentation page in Configure KDevelop dialog to set the htsearch location."));
+ KMessageBox::error(this, i18n("Cannot find the htsearch executable.\nIt is part of the ht://Dig package that is used by TDevelop to perform full text search. Please install ht://Dig and use Documentation page in Configure TDevelop dialog to set the htsearch location."));
kdDebug() << "Can not find htsearch" << endl;
return;
}