summaryrefslogtreecommitdiffstats
path: root/libkscan
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-17 16:11:11 +0200
committerChris <xchrisx@uber.space>2019-07-17 16:11:11 +0200
commit10525c77629af1d94c8339de43f1ffcd2716ad9d (patch)
tree83fc4b22a5f9071109584c4e7c17c2138052244b /libkscan
parente8af185d02894ee5a9ef3371430a9066c6d6000f (diff)
downloadtdegraphics-10525c77629af1d94c8339de43f1ffcd2716ad9d.tar.gz
tdegraphics-10525c77629af1d94c8339de43f1ffcd2716ad9d.zip
Fix remaining brandings in tdegraphics.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'libkscan')
-rw-r--r--libkscan/scanparams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/scanparams.cpp b/libkscan/scanparams.cpp
index 34faaf93..cd9325d9 100644
--- a/libkscan/scanparams.cpp
+++ b/libkscan/scanparams.cpp
@@ -515,7 +515,7 @@ void ScanParams::createNoScannerMsg( void )
{
/* Mode setting */
TQString cap;
- cap = i18n( "<B>Problem: No Scanner was found</B><P>Your system does not provide a SANE <I>(Scanner Access Now Easy)</I> installation, which is required by the KDE scan support.<P>Please install and configure SANE correctly on your system.<P>Visit the SANE homepage under http://www.sane-project.org to find out more about SANE installation and configuration. " );
+ cap = i18n( "<B>Problem: No Scanner was found</B><P>Your system does not provide a SANE <I>(Scanner Access Now Easy)</I> installation, which is required by the TDE scan support.<P>Please install and configure SANE correctly on your system.<P>Visit the SANE homepage under http://www.sane-project.org to find out more about SANE installation and configuration. " );
(void) new TQLabel( cap, this );