summaryrefslogtreecommitdiffstats
path: root/kontact/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins')
-rw-r--r--kontact/plugins/kpilot/kpilot_plugin.cpp2
-rw-r--r--kontact/plugins/summary/kcmkontactsummary.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/kpilot/kpilot_plugin.cpp b/kontact/plugins/kpilot/kpilot_plugin.cpp
index c4044b4b..7993b0a2 100644
--- a/kontact/plugins/kpilot/kpilot_plugin.cpp
+++ b/kontact/plugins/kpilot/kpilot_plugin.cpp
@@ -53,7 +53,7 @@ const KAboutData *KPilotPlugin::aboutData()
if ( !mAboutData ) {
mAboutData = new KAboutData("kpilotplugin", I18N_NOOP("KPilot Information"),
KPILOT_VERSION,
- I18N_NOOP("KPilot - HotSync software for KDE\n\n"),
+ I18N_NOOP("KPilot - HotSync software for TDE\n\n"),
KAboutData::License_GPL, "(c) 2004 Reinhold Kainhofer");
mAboutData->addAuthor("Reinhold Kainhofer",
I18N_NOOP("Plugin Developer"), "reinhold@kainhofer.com", "http://reinhold.kainhofer.com/Linux/");
diff --git a/kontact/plugins/summary/kcmkontactsummary.cpp b/kontact/plugins/summary/kcmkontactsummary.cpp
index f85feda2..767d62c7 100644
--- a/kontact/plugins/summary/kcmkontactsummary.cpp
+++ b/kontact/plugins/summary/kcmkontactsummary.cpp
@@ -108,7 +108,7 @@ KCMKontactSummary::KCMKontactSummary( TQWidget *parent, const char *name )
load();
KAboutData *about = new KAboutData( I18N_NOOP( "kontactsummary" ),
- I18N_NOOP( "KDE Kontact Summary" ),
+ I18N_NOOP( "TDE Kontact Summary" ),
0, 0, KAboutData::License_GPL,
I18N_NOOP( "(c), 2004 Tobias Koenig" ) );