diff options
author | Mavridis Philippe <[email protected]> | 2021-01-14 23:53:37 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-14 23:53:37 +0200 |
commit | 024c7981e2238e05106e7e460cdfb36b5a6e25a1 (patch) | |
tree | 5de4cc06d389d6ceb7c4478f201c493f5e949e8b /src/update.cpp | |
parent | c3278e0e46dc94d048d15b018456b94486a34acd (diff) | |
download | klamav-024c7981e2238e05106e7e460cdfb36b5a6e25a1.tar.gz klamav-024c7981e2238e05106e7e460cdfb36b5a6e25a1.zip |
Replaced occurences of 'KDE' with 'TDE'
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/update.cpp')
-rw-r--r-- | src/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.cpp b/src/update.cpp index 8ee0ad4..2e8d8a4 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -222,7 +222,7 @@ void KlamavUpdate::downloadComponent(TQString component, TQString version, TQStr // arkollonproc->setEnvironment("PATH",homedir+"/.klamav/bin:" + curpath); KMessageBox::information (this,i18n( "<p><b>If this the first time you've compiled software then here are a few useful tips:</b><br>" - "1. Any error messages in the log file with the words 'KDE', 'TQt','curl' or 'X' in them mean that you need to install " + "1. Any error messages in the log file with the words 'TDE', 'TQt','curl' or 'X' in them mean that you need to install " "the appropriate development libraries.<br>" "2. Any package provided by your distribution with 'lib' or 'devel' in the name is a development library, e.g. qt-devel, libkde.<br>" "3. If you encounter errors installing Dazuko, just deselect it at installation time and try the instructions at www.dazuko.org.<br>" |