diff options
Diffstat (limited to 'tdeprint/kpcopiespage.cpp')
-rw-r--r-- | tdeprint/kpcopiespage.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tdeprint/kpcopiespage.cpp b/tdeprint/kpcopiespage.cpp index 270702518..3557fe4d4 100644 --- a/tdeprint/kpcopiespage.cpp +++ b/tdeprint/kpcopiespage.cpp @@ -55,7 +55,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) 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>" " <p><b>Note:</b> this field is disabled if you print from" - " non-TDE applications like Mozilla or OpenOffice.org, since here KDEPrint has no" + " 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>" ); TQString whatsThisPageRangeLabel = i18n( " <qt><b>Page Range:</b> Choose a \"Page Range\" to select a subset of the" " complete document pages" @@ -64,7 +64,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " the pages 4, 6, 10, 11, 12, 13, 17, 20, 23, 24, 25 of your document.</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o page-ranges=... # example: \"4,6,10-13,17,20,23-25\" " @@ -87,7 +87,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " on your printer model).</p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o page-set=... # example: \"odd\" or \"even\" " @@ -101,7 +101,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " <p>The 'Copies' setting defaults to 1. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o copies=... # examples: \"5\" or \"42\" " @@ -118,7 +118,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " directly into the box. </p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o copies=... # examples: \"5\" or \"42\" " @@ -132,7 +132,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " multiple copies of a multi-page document will be \"1-1-1-..., 2-2-2-..., 3-3-3-...\".</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o Collate=... # example: \"true\" or \"false\" " @@ -149,7 +149,7 @@ KPCopiesPage::KPCopiesPage(KPrinter *prt, TQWidget *parent, const char *name) " have <em>dis</em>abled the <em>\"Collate\"</em> checkbox at the same time. </p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o outputorder=... # example: \"reverse\"" |