summaryrefslogtreecommitdiffstats
path: root/kcontrol
diff options
context:
space:
mode:
authorChris <xchrisx@uber.space>2019-07-14 18:46:56 +0200
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-07-15 14:11:07 +0900
commit3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b (patch)
treec5a915c572c204947fbf0802324633e198d1aa38 /kcontrol
parent221d5a299554bafd2e2f42db48468002ebd0656f (diff)
downloadtdebase-3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b.tar.gz
tdebase-3fe34eec322d7fcc9ec5a7478a45e8f7d654a86b.zip
Fix remaining brandings in tdebase.
Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 0721f2d3f40ee990c2227563889dff3d540f9224)
Diffstat (limited to 'kcontrol')
-rw-r--r--kcontrol/knotify/knotify.cpp2
-rw-r--r--kcontrol/konsole/kcmkonsole.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/knotify/knotify.cpp b/kcontrol/knotify/knotify.cpp
index be66690c2..b703b9b35 100644
--- a/kcontrol/knotify/knotify.cpp
+++ b/kcontrol/knotify/knotify.cpp
@@ -54,7 +54,7 @@ KCMKNotify::KCMKNotify(TQWidget *parent, const char *name, const TQStringList &
setButtons( Help | Default | Apply );
setQuickHelp( i18n("<h1>System Notifications</h1>"
- "KDE allows for a great deal of control over how you "
+ "TDE allows for a great deal of control over how you "
"will be notified when certain events occur. There are "
"several choices as to how you are notified:"
"<ul><li>As the application was originally designed."
diff --git a/kcontrol/konsole/kcmkonsole.cpp b/kcontrol/konsole/kcmkonsole.cpp
index e2b280dfa..ace7409a7 100644
--- a/kcontrol/konsole/kcmkonsole.cpp
+++ b/kcontrol/konsole/kcmkonsole.cpp
@@ -40,7 +40,7 @@ KCMKonsole::KCMKonsole(TQWidget * parent, const char *name, const TQStringList&)
:TDECModule(ModuleFactory::instance(), parent, name)
{
- setQuickHelp( i18n("<h1>Konsole</h1> With this module you can configure Konsole, the KDE terminal"
+ setQuickHelp( i18n("<h1>Konsole</h1> With this module you can configure Konsole, the TDE terminal"
" application. You can configure the generic Konsole options (which can also be "
"configured using the RMB) and you can edit the schemas and sessions "
"available to Konsole."));