summaryrefslogtreecommitdiffstats
path: root/kchart/kchart_aboutdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchart_aboutdata.h')
-rw-r--r--kchart/kchart_aboutdata.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kchart/kchart_aboutdata.h b/kchart/kchart_aboutdata.h
index 5e53ed37..59446444 100644
--- a/kchart/kchart_aboutdata.h
+++ b/kchart/kchart_aboutdata.h
@@ -35,9 +35,7 @@ TDEAboutData * newKChartAboutData()
{
TDEAboutData * aboutData= new TDEAboutData("kchart", I18N_NOOP("KChart"),
version, description, TDEAboutData::License_GPL,
- I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB"),
- I18N_NOOP("The drawing engine which forms the base of KChart\nis also available as a commercial product\nfrom Klarälvdalens Datakonsult AB.\nContact info@klaralvdalens-datakonsult.se\nfor more information."),
- "http://www.koffice.org/kchart/");
+ I18N_NOOP("(c) 1998-2006, Kalle Dalheimer and Klarälvdalens Datakonsult AB") );
aboutData->addAuthor("Kalle Dalheimer", 0, "kalle@kde.org");
aboutData->addAuthor("Laurent Montel", 0, "lmontel@mandrakesoft.com");
aboutData->addAuthor("Karl-Heinz Zimmer", 0, "khz@kde.org");