diff options
author | Chris <xchrisx@uber.space> | 2019-07-17 23:27:31 +0200 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-07-21 17:13:47 +0000 |
commit | 0e071064b91e64638e14f3756d477f9e2fd3317e (patch) | |
tree | 11947b60cf01e720bbf5467d6a36a807f637aafc /tdeprint/kmspecialmanager.cpp | |
parent | eeb8782f05517d4cbcfb059ff855384dfd4c0383 (diff) | |
download | tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.tar.gz tdelibs-0e071064b91e64638e14f3756d477f9e2fd3317e.zip |
Fix remaining brandings in tdelibs and adopt to modern age.
Signed-off-by: Chris <xchrisx@uber.space>
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; |