diff options
Diffstat (limited to 'parts/documentation')
-rw-r--r-- | parts/documentation/searchview.cpp | 2 |
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; } |