diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
commit | 02a5c6530219e30774793437eb9d0b6d96f2b9e8 (patch) | |
tree | c82500b8585a11b9b6601f2fbcc85227df17c1d4 /tdeprint/kprintpreview.cpp | |
parent | a797120a54f4a09bf163eee16534a8db30619cc2 (diff) | |
download | tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.tar.gz tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'tdeprint/kprintpreview.cpp')
-rw-r--r-- | tdeprint/kprintpreview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kprintpreview.cpp b/tdeprint/kprintpreview.cpp index d6c80cd86..32381af28 100644 --- a/tdeprint/kprintpreview.cpp +++ b/tdeprint/kprintpreview.cpp @@ -300,11 +300,11 @@ bool KPrintPreview::preview(const TQString& file, bool previewOnly, WId parentId // could be found to view PS TQString msg; if ( isPS ) - msg = i18n("Preview failed: neither the internal KDE PostScript " + msg = i18n("Preview failed: neither the internal TDE PostScript " "viewer (KGhostView) nor any other external PostScript " "viewer could be found."); else - msg = i18n( "Preview failed: KDE could not find any application " + msg = i18n( "Preview failed: TDE could not find any application " "to preview files of type %1." ).arg( mime->name() ); return continuePrint(msg, parentW, previewOnly); |