diff options
author | Chris <[email protected]> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-21 19:17:02 +0200 |
commit | ab1c971196c5b129e5c71544b16db5a016d69405 (patch) | |
tree | c782c3fa9d50d3f1c0566c64421e5ed108a980ed /tdeprint/kmspecialmanager.cpp | |
parent | 9a830d4d8b3c272ba17e3281c5812c8323492a3d (diff) | |
download | tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.tar.gz tdelibs-ab1c971196c5b129e5c71544b16db5a016d69405.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit 0e071064b91e64638e14f3756d477f9e2fd3317e)
Diffstat (limited to 'tdeprint/kmspecialmanager.cpp')
-rw-r--r-- | tdeprint/kmspecialmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kmspecialmanager.cpp b/tdeprint/kmspecialmanager.cpp index 910de4931..16a0ab616 100644 --- a/tdeprint/kmspecialmanager.cpp +++ b/tdeprint/kmspecialmanager.cpp @@ -51,7 +51,7 @@ bool KMSpecialManager::savePrinters() { // seems there's a problem here m_mgr->setErrorMsg(i18n("A file share/tdeprint/specials.desktop was found in your " - "local KDE directory. This file probably comes from a previous KDE " + "local TDE directory. This file probably comes from a previous TDE " "release and should be removed in order to manage global pseudo " "printers.")); return false; |