diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:38:57 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-04 23:38:57 -0500 |
commit | b6eab67b2e4e75a3992598137fe243a8b4140dbf (patch) | |
tree | 4fa69907da29da95e664d9896273b9cc980c7b3a /tdeprint | |
parent | c397f92e7d37537a448e8c7be0cbe356799b1875 (diff) | |
download | tdelibs-b6eab67b2e4e75a3992598137fe243a8b4140dbf.tar.gz tdelibs-b6eab67b2e4e75a3992598137fe243a8b4140dbf.zip |
Update tdeprint dialog: KDE->TDE.
Diffstat (limited to 'tdeprint')
-rw-r--r-- | tdeprint/management/kmconfigpreview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/management/kmconfigpreview.cpp b/tdeprint/management/kmconfigpreview.cpp index cd777ec7a..316925d48 100644 --- a/tdeprint/management/kmconfigpreview.cpp +++ b/tdeprint/management/kmconfigpreview.cpp @@ -42,8 +42,8 @@ KMConfigPreview::KMConfigPreview(TQWidget *parent, const char *name) m_program = new KURLRequester(box); TQLabel *lab = new TQLabel(box); lab->setText(i18n("You can use an external preview program (PS viewer) instead of the " - "KDE built-in preview system. Note that if the KDE default PS viewer " - "(KGhostView) cannot be found, KDE tries automatically to find another " + "TDE built-in preview system. Note that if the TDE default PS viewer " + "(KGhostView) cannot be found, TDE tries automatically to find another " "external PostScript viewer")); lab->setTextFormat(TQt::RichText); |