diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:38:43 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 13:38:43 -0500 |
commit | e62602dc834b0f8a7ba4f62f4d0f8cbaf7ab4a7d (patch) | |
tree | b72d9ed9ea8388e7d6f819d61bd0180471376e26 | |
parent | f331fe427802021c3273bde92c3c77575db263cc (diff) | |
download | tdeaccessibility-e62602dc834b0f8a7ba4f62f4d0f8cbaf7ab4a7d.tar.gz tdeaccessibility-e62602dc834b0f8a7ba4f62f4d0f8cbaf7ab4a7d.zip |
Branding cleanup: KDE -> TDE
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.cpp b/kmouth/wordcompletion/dictionarycreationwizard.cpp index 0b8e18c..5574c97 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.cpp +++ b/kmouth/wordcompletion/dictionarycreationwizard.cpp @@ -66,7 +66,7 @@ DictionaryCreationWizard::DictionaryCreationWizard (TQWidget *parent, const char TQWhatsThis::add (dirWidget->url, i18n("With this input field you specify which directory you want to load for creating the new dictionary.")); buildCodecCombo (dirWidget->encodingCombo); - kdeDocWidget= new KDEDocSourceUI (this, "KDE documentation source page"); + kdeDocWidget= new KDEDocSourceUI (this, "TDE documentation source page"); addPage (kdeDocWidget, i18n("Source of New Dictionary (2)")); mergeWidget = new MergeWidget (this, "merge source page", dictionaryNames, dictionaryFiles, dictionaryLanguages); @@ -247,7 +247,7 @@ TQString DictionaryCreationWizard::name() { return dirWidget->url->url(); } else { // creationSource->kdeDocButton must be checked - return i18n("KDE Documentation"); + return i18n("TDE Documentation"); } } |