From: Michael Marley Date: Mon, 19 Sep 2016 21:59:21 +0000 (-0400) Subject: Fix my AboutData entry X-Git-Tag: travis-deploy-test~364 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=b707eb2ccc87feafa6a4f88a55462c9ef84c86f3 Fix my AboutData entry My PPAs only work for Ubuntu, not Debian. Resolves GH-251. --- diff --git a/src/uisupport/aboutdata.cpp b/src/uisupport/aboutdata.cpp index e0ad7dd5..7bd9acd9 100644 --- a/src/uisupport/aboutdata.cpp +++ b/src/uisupport/aboutdata.cpp @@ -270,7 +270,7 @@ void AboutData::setQuasselPersons(AboutData *aboutData) { "Mattia Basaglia", "", tr("Fixes") }, { "Michael Groh", "brot", tr("German translation, fixes"), "", QLocale::German }, { "Michael Kedzierski", "ycros", tr("Mac fixes") }, - { "Michael Marley", "mamarley", tr("Many fixes and improvements; Debian/Ubuntu nightly PPA") }, + { "Michael Marley", "mamarley", tr("Many fixes and improvements; Ubuntu PPAs") }, { "Miguel Revilla", "", tr("Spanish translation"), "", QLocale::Spanish }, { "Nuno Pinheiro", "", tr("Tons of Oxygen icons including the Quassel logo") }, { "Patrick Lauer", "bonsaikitten", tr("Gentoo maintainer") },