diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
commit | 8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch) | |
tree | 3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/kfilelist.cpp | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kfilelist.cpp')
-rw-r--r-- | tdeprint/kfilelist.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/kfilelist.cpp b/tdeprint/kfilelist.cpp index 4f3cabe5b..44bd13a87 100644 --- a/tdeprint/kfilelist.cpp +++ b/tdeprint/kfilelist.cpp @@ -75,14 +75,14 @@ KFileList::KFileList(TQWidget *parent, const char *name) " you can view or edit it before you send it to the printing" " system.</p>" " <p>If you open" - " files, KDEPrint will use the application matching the MIME type of" + " files, TDEPrint will use the application matching the MIME type of" " the file.</p>" " </qt>" ); TQString whatsThisFileSelectionListview = i18n( " <qt> <b>File List view</b>" " <p>This list displays all the files you selected for printing." " You can see the file name(s), file path(s) and the file" - " (MIME) type(s) as determined by KDEPrint. You may re-arrange the " + " (MIME) type(s) as determined by TDEPrint. You may re-arrange the " " initial order of the list " " with the help of the arrow buttons on the right.</p>" " <p>The files will be printed as a single job," @@ -91,7 +91,7 @@ KFileList::KFileList(TQWidget *parent, const char *name) " locations. The files may be of multiple MIME types. The buttons on the right" " side let you add more files, remove already selected files from the list, " " re-order the list (by moving files up or down), and open files. If you open" - " files, KDEPrint will use the application matching the MIME type of" + " files, TDEPrint will use the application matching the MIME type of" " the file.</p>" " </qt>" ); |