diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-21 17:13:47 +0000 |
commit | 0e071064b91e64638e14f3756d477f9e2fd3317e (patch) | |
tree | 11947b60cf01e720bbf5467d6a36a807f637aafc /tdeprint | |
parent | eeb8782f05517d4cbcfb059ff855384dfd4c0383 (diff) | |
download | tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.tar.gz tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/cups/kptextpage.cpp | 6 | ||||
-rw-r--r-- | tdeprint/kmspecialmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/kpcopiespage.cpp | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/tdeprint/cups/kptextpage.cpp b/tdeprint/cups/kptextpage.cpp index 955434da4..6fb0652ce 100644 --- a/tdeprint/cups/kptextpage.cpp +++ b/tdeprint/cups/kptextpage.cpp @@ -89,7 +89,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p>These settings control the appearance of text on printouts. They are only valid for " " printing text files or input directly through kprinter. </p> " " <p><b>Note:</b> These settings have no effect whatsoever for other input formats than " - " text, or for printing from applications such as the KDE Advanced Text Editor. (Applications " + " text, or for printing from applications such as the TDE Advanced Text Editor. (Applications " " in general send PostScript to the print system, and 'kate' in particular has its own " " knobs to control the print output. </p>." " <hr> " @@ -109,8 +109,8 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p><b>Margins</b></p> " " <p>These settings control the margins of printouts on the paper. They are not valid for " " jobs originating from applications which define their own page layout internally and " - " send PostScript to TDEPrint (such as KOffice or OpenOffice.org). </p> " - " <p>When printing from KDE applications, such as KMail and Konqueror, or printing an ASCII text " + " send PostScript to TDEPrint (such as KOffice, OpenOffice or LibreOffice). </p> " + " <p>When printing from TDE applications, such as KMail and Konqueror, or printing an ASCII text " " file through kprinter, you can choose your preferred margin settings here. </p> " " <p>Margins may be set individually for each edge of the paper. The combo box at the bottom lets you change " " the units of measurement between Pixels, Millimeters, Centimeters, and Inches. </p> " diff --git a/tdeprint/kmspecialmanager.cpp b/tdeprint/kmspecialmanager.cpp index 910de4931..16a0ab616 100644 --- a/tdeprint/kmspecialmanager.cpp +++ b/tdeprint/kmspecialmanager.cpp @@ -51,7 +51,7 @@ bool KMSpecialManager::savePrinters() { // seems there's a problem here m_mgr->setErrorMsg(i18n("A file share/tdeprint/specials.desktop was found in your " - "local KDE directory. This file probably comes from a previous KDE " + "local TDE directory. This file probably comes from a previous TDE " "release and should be removed in order to manage global pseudo " "printers.")); return false; diff --git a/tdeprint/kpcopiespage.cpp b/tdeprint/kpcopiespage.cpp index 10eb6e204..27b647208 100644 --- a/tdeprint/kpcopiespage.cpp +++ b/tdeprint/kpcopiespage.cpp @@ -53,10 +53,11 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " </p>" " </qt>" ); TQString whatsThisCurrentPagesLabel = i18n( " <qt><b>Current Page:</b> Select <em>\"Current\"</em> if you want " - " to print the page currently visible in your KDE application.</p>" + " to print the page currently visible in your TDE application.</p>" " <p><b>Note:</b> this field is disabled if you print from" - " non-TDE applications like Mozilla or OpenOffice.org, since here TDEPrint has no" - " means to determine which document page you are currently viewing.</p></qt>" ); + " non-TDE applications like Firefox, PaleMoon, SeaMonkey or OpenOffice and" + " LibreOffice, since here TDEPrint has no means to determine which document page" + " you are currently viewing.</p></qt>" ); TQString whatsThisPageRangeLabel = i18n( " <qt><b>Page Range:</b> Choose a \"Page Range\" to select a subset of the" " complete document pages" " to be printed. The format is <em>\"n,m,o-p,q,r,s-t, u\"</em>.</p>" |