summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris <[email protected]>2019-07-29 22:00:09 +0200
committerSlávek Banko <[email protected]>2019-07-29 23:59:11 +0200
commitaabcfd946a5e12a62bafcfe4059ed13296293787 (patch)
tree63ed323dbc1537c6733dd32c39834f731a129f25 /src
parentd2e414b1688589d72dde8d5bc1cf3f82cc18abcc (diff)
downloadtork-aabcfd946a5e12a62bafcfe4059ed13296293787.tar.gz
tork-aabcfd946a5e12a62bafcfe4059ed13296293787.zip
Fix branding of Tork and also translations, for fuzzy prevention.
Signed-off-by: Chris <[email protected]> (cherry picked from commit a34baae7ce3cd3e50cbe8bb01eae8894808aaf49)
Diffstat (limited to 'src')
-rw-r--r--src/update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.cpp b/src/update.cpp
index 859e617..87e5935 100644
--- a/src/update.cpp
+++ b/src/update.cpp
@@ -261,7 +261,7 @@ void TorkUpdate::downloadComponent(TQString component, TQString version, TQStrin
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 '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>"
+ "2. Any package provided by your distribution with 'lib' or 'devel' in the name is a development library, e.g. tqt-devel, libtde.<br>"
"</p>" ),"Compilation Tips","compiler");
TQString command;