summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/kpilot
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
commit284ef1c282448d811f6c32443da9d920be959018 (patch)
treee2d9fd375f60ae0208794a3b83f17e3c9934a91e /kontact/plugins/kpilot
parent2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff)
downloadtdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz
tdepim-284ef1c282448d811f6c32443da9d920be959018.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kontact/plugins/kpilot')
-rw-r--r--kontact/plugins/kpilot/kpilot_plugin.cpp2
1 files changed, 1 insertions, 1 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/");