summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinterimpl.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
commit8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch)
tree3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/kprinterimpl.cpp
parentb316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff)
downloadtdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz
tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kprinterimpl.cpp')
-rw-r--r--tdeprint/kprinterimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprinterimpl.cpp b/tdeprint/kprinterimpl.cpp
index 5b35f6eff..467982383 100644
--- a/tdeprint/kprinterimpl.cpp
+++ b/tdeprint/kprinterimpl.cpp
@@ -278,7 +278,7 @@ bool KPrinterImpl::startPrinting(const TQString& cmd, KPrinter *printer, const T
{
TQString msg = i18n("Unable to start child print process. ");
if (pid == 0)
- msg += i18n("The KDE print server (<b>tdeprintd</b>) could not be contacted. Check that this server is running.");
+ msg += i18n("The TDE print server (<b>tdeprintd</b>) could not be contacted. Check that this server is running.");
else
msg += i18n("1 is the command that <files> is given to", "Check the command syntax:\n%1 <files>").arg(cmd);
printer->setErrorMessage(msg);