summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprintpreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprintpreview.cpp')
-rw-r--r--tdeprint/kprintpreview.cpp4
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);