summaryrefslogtreecommitdiffstats
path: root/ksayit
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:12:14 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:12:14 -0500
commit317879f7102e03789bed587a781356957975a6ca (patch)
tree1033306053211b9c5f6e75fb5311f059d694335a /ksayit
parent3114f2ac68698ef97d57a4ff1015ba2799cf2e5e (diff)
downloadtdeaccessibility-317879f7102e03789bed587a781356957975a6ca.tar.gz
tdeaccessibility-317879f7102e03789bed587a781356957975a6ca.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'ksayit')
-rw-r--r--ksayit/KTTSD_Lib/kttsdlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksayit/KTTSD_Lib/kttsdlib.cpp b/ksayit/KTTSD_Lib/kttsdlib.cpp
index 342e43c..4643b35 100644
--- a/ksayit/KTTSD_Lib/kttsdlib.cpp
+++ b/ksayit/KTTSD_Lib/kttsdlib.cpp
@@ -61,7 +61,7 @@ KTTSDLib::~KTTSDLib()
TQString KTTSDLib::getName() const
{
- return "KDE KTTSD";
+ return "TDE KTTSD";
}
@@ -69,7 +69,7 @@ TQString KTTSDLib::getDescription() const
{
TQString str;
str = i18n("<qt><big><u>Description:</u></big><br>");
- str += i18n("This plugin uses the KDE TTS Daemon for speech output.");
+ str += i18n("This plugin uses the TDE TTS Daemon for speech output.");
return str;
}