diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 16:11:11 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-17 23:28:13 +0900 |
commit | 5c46a99140d30dded0330cfab8c3186cb58e7f30 (patch) | |
tree | 1cc5685159f1452970a696c0a705ea74f009faa4 /libkscan | |
parent | 4d9d1eaf585df083d3e28b73c464aeaee7723070 (diff) | |
download | tdegraphics-5c46a99140d30dded0330cfab8c3186cb58e7f30.tar.gz tdegraphics-5c46a99140d30dded0330cfab8c3186cb58e7f30.zip |
Fix remaining brandings in tdegraphics.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 10525c77629af1d94c8339de43f1ffcd2716ad9d)
Diffstat (limited to 'libkscan')
-rw-r--r-- | libkscan/scanparams.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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( "<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 ); |