diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-09 02:43:01 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-09 02:43:01 -0600 |
commit | 2fda65a10a664e07d312477a4e4a2688fe11c4e4 (patch) | |
tree | 5ec65bb4eb7c6d6914a27cdae28fbb65f87e317b /kcontrol/privacy | |
parent | 56a663b7c2cf18978a349015b6e19f1d898e8bb9 (diff) | |
download | tdebase-2fda65a10a664e07d312477a4e4a2688fe11c4e4.tar.gz tdebase-2fda65a10a664e07d312477a4e4a2688fe11c4e4.zip |
Fix KControl KDE->TDE branding issues.
Diffstat (limited to 'kcontrol/privacy')
-rw-r--r-- | kcontrol/privacy/privacy.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/privacy/privacy.cpp b/kcontrol/privacy/privacy.cpp index c5d24397c..d0a503c6b 100644 --- a/kcontrol/privacy/privacy.cpp +++ b/kcontrol/privacy/privacy.cpp @@ -40,13 +40,13 @@ Privacy::Privacy(TQWidget *parent, const char *name) : KCModule(parent, name) { - setQuickHelp( i18n("The privacy module allows a user to erase traces which KDE leaves on " + setQuickHelp( i18n("The privacy module allows a user to erase traces which TDE leaves on " "the system, such as command histories or browser caches.")); setButtons( KCModule::Default|KCModule::Apply|KCModule::Help ); KAboutData *about = - new KAboutData(I18N_NOOP("kcm_privacy"), I18N_NOOP("KDE Privacy Control Module"), + new KAboutData(I18N_NOOP("kcm_privacy"), I18N_NOOP("TDE Privacy Control Module"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 2003 Ralf Hoelzer")); @@ -119,7 +119,7 @@ Privacy::Privacy(TQWidget *parent, const char *name) clearSavedClipboardContents->setText(1, i18n("Clears the clipboard contents stored by Klipper")); clearWebCache->setText(1, i18n("Clears the temporary cache of websites visited")); clearFormCompletion->setText(1, i18n("Clears values which were entered into forms on websites")); - clearRecentDocuments->setText(1, i18n("Clears the list of recently used documents from the KDE applications menu")); + clearRecentDocuments->setText(1, i18n("Clears the list of recently used documents from the TDE applications menu")); clearQuickStartMenu->setText(1, i18n("Clears the entries from the list of recently started applications")); clearFavIcons->setText(1, i18n("Clears the FavIcons cached from visited websites")); |