summaryrefslogtreecommitdiffstats
path: root/kcontrol/privacy/privacy.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-09 10:18:56 -0600
committerTimothy Pearson <[email protected]>2012-03-09 10:18:56 -0600
commit3731f47e7310bf81f38db2cc25a5c39a1ae700ac (patch)
tree6bd3a8f6034db3cdbf985a447b923434b9a2733a /kcontrol/privacy/privacy.cpp
parentb6609bb30d91121e98eb2bbe2cf89ff144680e84 (diff)
parentacab77ca4061e33330864ad16833cf81c807a9c6 (diff)
downloadtdebase-3731f47e7310bf81f38db2cc25a5c39a1ae700ac.tar.gz
tdebase-3731f47e7310bf81f38db2cc25a5c39a1ae700ac.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kcontrol/privacy/privacy.cpp')
-rw-r--r--kcontrol/privacy/privacy.cpp6
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"));