diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 12:21:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 12:21:37 -0500 |
commit | 7a3756d8eaa176f723cd1a81891154390a6ae5ab (patch) | |
tree | 05a04db2ace36164a5c2d1ea4d1366910d22fa3c /tdeprint/printmgr | |
parent | c4050cef6c09c1aaf37aec25784f6120ab5f4470 (diff) | |
download | tdebase-7a3756d8eaa176f723cd1a81891154390a6ae5ab.tar.gz tdebase-7a3756d8eaa176f723cd1a81891154390a6ae5ab.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/printmgr')
-rw-r--r-- | tdeprint/printmgr/kcmprintmgr.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeprint/printmgr/kcmprintmgr.cpp b/tdeprint/printmgr/kcmprintmgr.cpp index 34b773070..f24bf6c84 100644 --- a/tdeprint/printmgr/kcmprintmgr.cpp +++ b/tdeprint/printmgr/kcmprintmgr.cpp @@ -48,7 +48,7 @@ KCMPrintMgr::KCMPrintMgr(TQWidget *parent, const char *name, const TQStringList main_->activate(); KAboutData *about = - new KAboutData(I18N_NOOP("kcmprintmgr"), I18N_NOOP("KDE Printing Management"), + new KAboutData(I18N_NOOP("kcmprintmgr"), I18N_NOOP("TDE Printing Management"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 2000 - 2002 Michael Goffioul")); about->addAuthor("Michael Goffioul", 0, "tdeprint@swing.be"); @@ -57,14 +57,14 @@ KCMPrintMgr::KCMPrintMgr(TQWidget *parent, const char *name, const TQStringList TQString KCMPrintMgr::quickHelp() const { - return i18n("<h1>Printers</h1>The KDE printing manager is part of KDEPrint which " + return i18n("<h1>Printers</h1>The TDE printing manager is part of TDEPrint which " "is the interface to the real print subsystem of your Operating System (OS). " "Although it does add some additional functionality of its own to those subsystems, " - "KDEPrint depends on them for its functionality. Spooling and filtering tasks, especially, " + "TDEPrint depends on them for its functionality. Spooling and filtering tasks, especially, " "are still done by your print subsystem, or the administrative tasks (adding or " "modifying printers, setting access rights, etc.)<br/> " - "What print features KDEPrint supports is therefore heavily dependent on your chosen print " - "subsystem. For the best support in modern printing, the KDE Printing Team recommends " + "What print features TDEPrint supports is therefore heavily dependent on your chosen print " + "subsystem. For the best support in modern printing, the TDE Printing Team recommends " "a CUPS based printing system."); } |