summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:07:29 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 22:07:29 -0500
commitb142102c578b47cf0ca276b8a94ee52b1053e897 (patch)
treeb0b710df4b8b74fdb981d102b9057be532b4dcb8
parente62602dc834b0f8a7ba4f62f4d0f8cbaf7ab4a7d (diff)
downloadtdeaccessibility-b142102c.tar.gz
tdeaccessibility-b142102c.zip
Branding cleanup: KDE -> TDE
-rw-r--r--kttsd/plugins/freetts/freettsconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/freetts/freettsconf.cpp b/kttsd/plugins/freetts/freettsconf.cpp
index 68285d5..0c9c519 100644
--- a/kttsd/plugins/freetts/freettsconf.cpp
+++ b/kttsd/plugins/freetts/freettsconf.cpp
@@ -93,7 +93,7 @@ void FreeTTSConf::save(KConfig *config, const TQString &configGroup){
config->setGroup(configGroup);
if(m_widget->freettsPath->url().isEmpty())
- KMessageBox::sorry(0, i18n("Unable to locate freetts.jar in your path.\nPlease specify the path to freetts.jar in the Properties tab before using KDE Text-to-Speech"), i18n("KDE Text-to-Speech"));
+ KMessageBox::sorry(0, i18n("Unable to locate freetts.jar in your path.\nPlease specify the path to freetts.jar in the Properties tab before using TDE Text-to-Speech"), i18n("TDE Text-to-Speech"));
config->writeEntry("FreeTTSJarPath",
realFilePath(m_widget->freettsPath->url()));
}