summaryrefslogtreecommitdiffstats
path: root/ksayit/KTTSD_Lib/kttsdlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksayit/KTTSD_Lib/kttsdlib.cpp')
-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;
}