diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-07-21 19:17:02 +0200 |
commit | ab1c971196c5b129e5c71544b16db5a016d69405 (patch) | |
tree | c782c3fa9d50d3f1c0566c64421e5ed108a980ed /tdeprint/kpcopiespage.cpp | |
parent | 9a830d4d8b3c272ba17e3281c5812c8323492a3d (diff) | |
download | tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.tar.gz tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space>
(cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
Diffstat (limited to 'tdeprint/kpcopiespage.cpp')
-rw-r--r-- | tdeprint/kpcopiespage.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
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>" |