From a34baae7ce3cd3e50cbe8bb01eae8894808aaf49 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 29 Jul 2019 22:00:09 +0200 Subject: Fix branding of Tork and also translations, for fuzzy prevention. Signed-off-by: Chris --- src/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update.cpp') 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( "

If this the first time you've compiled software then here are a few useful tips:
" "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.
" - "2. Any package provided by your distribution with 'lib' or 'devel' in the name is a development library, e.g. qt-devel, libkde.
" + "2. Any package provided by your distribution with 'lib' or 'devel' in the name is a development library, e.g. tqt-devel, libtde.
" "

" ),"Compilation Tips","compiler"); TQString command; -- cgit v1.2.1