Skip to content

Commit

Permalink
removed text + make description translated in the about dialog, ack'e…
Browse files Browse the repository at this point in the history
…d by aacid
  • Loading branch information
lueck-b committed May 10, 2016
1 parent dd1831d commit ab0dbad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.cpp
Expand Up @@ -20,9 +20,6 @@
#include <KDBusService>
#include "toplevel.h"

static const QString description = i18n("Potato game for kids");
static const KLocalizedString text = ki18n("A program original by <email address='%1'>Éric Bischoff</email>\nand John Calhoun.\n\nThis program is dedicated to my daughter Sunniva.").subs(QStringLiteral("ebischoff@nerim.net"));

static const char version[] = "1.0.0";

// Main function
Expand All @@ -33,7 +30,7 @@ int main(int argc, char *argv[])
KLocalizedString::setApplicationDomain("ktuberling");

KAboutData aboutData( QStringLiteral("ktuberling"), i18n("KTuberling"),
version, description, KAboutLicense::GPL,
version, i18n("Potato game for kids"), KAboutLicense::GPL,
i18n("(c) 1999-2009, The KTuberling Developers"));
aboutData.addAuthor(i18n("Albert Astals Cid"), i18n("Maintainer"), QStringLiteral("aacid@kde.org"));
aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Former Developer"), QStringLiteral("ebischoff@nerim.net"));
Expand Down

0 comments on commit ab0dbad

Please sign in to comment.