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 | |
| 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)
| -rw-r--r-- | kolourpaint/kpmainwindow_help.cpp | 4 | ||||
| -rw-r--r-- | kpdf/shell/main.cpp | 2 | ||||
| -rw-r--r-- | libkscan/scanparams.cpp | 2 | 
3 files changed, 4 insertions, 4 deletions
| diff --git a/kolourpaint/kpmainwindow_help.cpp b/kolourpaint/kpmainwindow_help.cpp index 88102e27..db2a9b01 100644 --- a/kolourpaint/kpmainwindow_help.cpp +++ b/kolourpaint/kpmainwindow_help.cpp @@ -152,13 +152,13 @@ void kpMainWindow::slotHelpTakingScreenshots ()          message = i18n          (              "<p>" -            "You do not appear to be running KDE." +            "You do not appear to be running TDE."              "</p>"              // We tell them this much even though they aren't running KDE              // to entice them to use KDE since it's so easy.              "<p>" -            "Once you have loaded KDE:<br>" +            "Once you have loaded TDE:<br>"              "<blockquote>"              "To acquire a screenshot, press <b>%1</b>."              "  The screenshot will be placed into the clipboard" diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index b159e79e..1ed61999 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -19,7 +19,7 @@  #include <tdelocale.h>  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"; 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 ); | 
