Git commit 4ba9019d31396ba05d7de99fe4d676f194d392a0 by Jeremy Whiting. Committed on 30/11/2014 at 21:35. Pushed by whiting into branch 'frameworks'. Fix about data copy/paste error. M +1 -1 src/main.cpp http://commits.kde.org/blinken/4ba9019d31396ba05d7de99fe4d676f194d392a0 diff --git a/src/main.cpp b/src/main.cpp index aa38fea..8572952 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ int main(int argc, char *argv[]) KLocalizedString::setApplicationDomain("blinken"); = QApplication app(argc, argv); - KAboutData about("blinken", i18n("Blinken"), "0.3", i18n("A Geography lea= rning program"), KAboutLicense::GPL, i18n("=C2=A9 2005-2007 Albert Astals C= id\n=C2=A9 2005-2007 Danny Allen")); + KAboutData about("blinken", i18n("Blinken"), "0.3", i18n("A memory enhanc= ement game"), KAboutLicense::GPL, i18n("=C2=A9 2005-2007 Albert Astals Cid\= n=C2=A9 2005-2007 Danny Allen")); about.addAuthor(i18n("Albert Astals Cid"), i18n("Coding"), "aacid@kde.org= "); about.addAuthor(i18n("Danny Allen"), i18n("Design, Graphics and Sounds"),= "danny@dannyallen.co.uk"); about.addCredit(i18n("Steve Jordi"), i18n("GPL'ed his 'Steve' font so tha= t we could use it"), "steve@sjordi.com");