diff options
Diffstat (limited to 'tools/thesaurus/main.cc')
-rw-r--r-- | tools/thesaurus/main.cc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/thesaurus/main.cc b/tools/thesaurus/main.cc index 6ca3f73f..57b1d779 100644 --- a/tools/thesaurus/main.cc +++ b/tools/thesaurus/main.cc @@ -629,12 +629,13 @@ void Thesaurus::findTermWordnet(const TQString &term) } if( !m_wnproc->start(TDEProcess::NotifyOnExit, TDEProcess::AllOutput) ) { - m_resultbox->setText(i18n("<b>Error:</b> Failed to execute WordNet program 'wn'. " - "WordNet has to be installed on your computer if you want to use it, " - "and 'wn' has to be in your PATH. " - "You can get WordNet at <a href=\"http://www.cogsci.princeton.edu/~wn/\">" - "http://www.cogsci.princeton.edu/~wn/</a>. Note that WordNet only supports " - "the English language.")); + m_resultbox->setText(i18n("<b>Error:</b> Failed to execute the WordNet program 'wn'. " + "WordNet has to be installed on your computer to use this component of kthesaurus, " + "and 'wn' has to be available in your $PATH environment variable. " + "Look for a WordNet package from your upstream distro package repository. " + "Or you can obtain WordNet at <a href=\"http://wordnet.princeton.edu/wordnet/download/current-version/\">" + "http://wordnet.princeton.edu/wordnet/download/current-version/</a>. " + "Notice that WordNet only supports the English language.")); m_combobox->setEnabled(false); TQApplication::restoreOverrideCursor(); return; |