diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
commit | 8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch) | |
tree | 3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/kprinterimpl.cpp | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kprinterimpl.cpp')
-rw-r--r-- | tdeprint/kprinterimpl.cpp | 2 |
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); |