From b7be7e54a9b8082dc623c8feecf1af5d936b4d79 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 12 Apr 2012 15:53:52 -0500 Subject: [PATCH] Fix akregator branding. --- akregator/akregator.lsm | 6 +++--- akregator/src/aboutdata.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/akregator/akregator.lsm b/akregator/akregator.lsm index 6094308f..b9b37bf3 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 Maintained-by: Stanislav Karchebny 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 438f81a6..5400acb9 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/") {