Fix remaining brandings in tdegraphics.

Signed-off-by: Chris <xchrisx@uber.space>
pull/15/head
Chris 5 years ago
parent e8af185d02
commit 10525c7762

@ -152,13 +152,13 @@ void kpMainWindow::slotHelpTakingScreenshots ()
message = i18n message = i18n
( (
"<p>" "<p>"
"You do not appear to be running KDE." "You do not appear to be running TDE."
"</p>" "</p>"
// We tell them this much even though they aren't running KDE // We tell them this much even though they aren't running KDE
// to entice them to use KDE since it's so easy. // to entice them to use KDE since it's so easy.
"<p>" "<p>"
"Once you have loaded KDE:<br>" "Once you have loaded TDE:<br>"
"<blockquote>" "<blockquote>"
"To acquire a screenshot, press <b>%1</b>." "To acquire a screenshot, press <b>%1</b>."
" The screenshot will be placed into the clipboard" " The screenshot will be placed into the clipboard"

@ -19,7 +19,7 @@
#include <tdelocale.h> #include <tdelocale.h>
static const char description[] = static const char description[] =
I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); I18N_NOOP("KPDF, a TDE PDF viewer based on XPDF");
static const char version[] = "0.5.10"; static const char version[] = "0.5.10";

@ -515,7 +515,7 @@ void ScanParams::createNoScannerMsg( void )
{ {
/* Mode setting */ /* Mode setting */
TQString cap; 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 ); (void) new TQLabel( cap, this );

Loading…
Cancel
Save