diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:12:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:12:14 -0500 |
commit | 317879f7102e03789bed587a781356957975a6ca (patch) | |
tree | 1033306053211b9c5f6e75fb5311f059d694335a /ksayit | |
parent | 3114f2ac68698ef97d57a4ff1015ba2799cf2e5e (diff) | |
download | tdeaccessibility-317879f7102e03789bed587a781356957975a6ca.tar.gz tdeaccessibility-317879f7102e03789bed587a781356957975a6ca.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'ksayit')
-rw-r--r-- | ksayit/KTTSD_Lib/kttsdlib.cpp | 4 |
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; } |