diff options
-rw-r--r-- | akregator/akregator.lsm | 6 | ||||
-rw-r--r-- | akregator/src/aboutdata.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/akregator/akregator.lsm b/akregator/akregator.lsm index 6094308f7..b9b37bf34 100644 --- a/akregator/akregator.lsm +++ b/akregator/akregator.lsm @@ -2,13 +2,13 @@ Begin3 Title: akregator Version: 1.0-beta5 "Pierre" Entered-date: -Description: Feed feader for KDE -Keywords: rss atom aggregation syndication feed articles KDE Qt +Description: Feed reader for TDE +Keywords: rss atom aggregation syndication feed articles TDE Qt Author: Stanislav Karchebny <Stanislav.Karchebny@kdemail.net> Maintained-by: Stanislav Karchebny <Stanislav.Karchebny@kdemail.net> Primary-site: Home-page: http://akregator.sourceforge.net/ Original-site: -Platforms: Linux and other Unices, requires KDE. +Platforms: Linux and other Unices, requires TDE. Copying-policy: GNU Public License End diff --git a/akregator/src/aboutdata.cpp b/akregator/src/aboutdata.cpp index 438f81a66..5400acb90 100644 --- a/akregator/src/aboutdata.cpp +++ b/akregator/src/aboutdata.cpp @@ -29,7 +29,7 @@ namespace Akregator { AboutData::AboutData() - : KAboutData("akregator", I18N_NOOP("Akregator"), AKREGATOR_VERSION, I18N_NOOP("A KDE Feed Aggregator"), + : KAboutData("akregator", I18N_NOOP("Akregator"), AKREGATOR_VERSION, I18N_NOOP("A TDE Feed Aggregator"), License_GPL, I18N_NOOP("(C) 2004, 2005 Akregator developers"), 0, "http://akregator.kde.org/") { |