From 5c46a99140d30dded0330cfab8c3186cb58e7f30 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 17 Jul 2019 16:11:11 +0200 Subject: Fix remaining brandings in tdegraphics. Signed-off-by: Chris (cherry picked from commit 10525c77629af1d94c8339de43f1ffcd2716ad9d) --- libkscan/scanparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkscan') diff --git a/libkscan/scanparams.cpp b/libkscan/scanparams.cpp index a68e6ad1..3f46c475 100644 --- a/libkscan/scanparams.cpp +++ b/libkscan/scanparams.cpp @@ -515,7 +515,7 @@ void ScanParams::createNoScannerMsg( void ) { /* Mode setting */ TQString cap; - cap = i18n( "Problem: No Scanner was found

Your system does not provide a SANE (Scanner Access Now Easy) installation, which is required by the KDE scan support.

Please install and configure SANE correctly on your system.

Visit the SANE homepage under http://www.sane-project.org to find out more about SANE installation and configuration. " ); + cap = i18n( "Problem: No Scanner was found

Your system does not provide a SANE (Scanner Access Now Easy) installation, which is required by the TDE scan support.

Please install and configure SANE correctly on your system.

Visit the SANE homepage under http://www.sane-project.org to find out more about SANE installation and configuration. " ); (void) new TQLabel( cap, this ); -- cgit v1.2.1