diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 14:04:57 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-09 14:04:57 -0600 |
commit | 380e3401db2008b52dda34227debf5e15f3bd045 (patch) | |
tree | 526d8b5ab69ff02e41286ae2051a5cc5fc673254 /src/update.cpp | |
parent | fa266da73737453ca158c991157ed6fe718f89a9 (diff) | |
download | tork-380e3401db2008b52dda34227debf5e15f3bd045.tar.gz tork-380e3401db2008b52dda34227debf5e15f3bd045.zip |
Branding and code cleanup.
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 43f4a8d..859e617 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -259,7 +259,7 @@ void TorkUpdate::downloadComponent(TQString component, TQString version, TQStrin TDEProcess* arkollonproc = new KShellProcess(); 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>" "</p>" ),"Compilation Tips","compiler"); |