diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:06:07 -0500 |
commit | 284ef1c282448d811f6c32443da9d920be959018 (patch) | |
tree | e2d9fd375f60ae0208794a3b83f17e3c9934a91e /kitchensync/src | |
parent | 2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff) | |
download | tdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz tdepim-284ef1c282448d811f6c32443da9d920be959018.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kitchensync/src')
-rw-r--r-- | kitchensync/src/mainwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/src/mainwidget.cpp b/kitchensync/src/mainwidget.cpp index 161a1d444..534de1c92 100644 --- a/kitchensync/src/mainwidget.cpp +++ b/kitchensync/src/mainwidget.cpp @@ -75,7 +75,7 @@ KXMLGUIClient *MainWidget::guiClient() const KAboutData *MainWidget::aboutData() { KAboutData *about = new KAboutData( "kitchensync", I18N_NOOP( "KitchenSync" ), - "0.1", I18N_NOOP( "The KDE Syncing Application" ), + "0.1", I18N_NOOP( "The TDE Syncing Application" ), KAboutData::License_GPL_V2, I18N_NOOP( "(c) 2005, The KDE PIM Team" ) ); about->addAuthor( "Tobias Koenig", I18N_NOOP( "Current maintainer" ), "tokoe@kde.org" ); |