diff options
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>" |