From b707eb2ccc87feafa6a4f88a55462c9ef84c86f3 Mon Sep 17 00:00:00 2001 From: Michael Marley Date: Mon, 19 Sep 2016 17:59:21 -0400 Subject: [PATCH] Fix my AboutData entry My PPAs only work for Ubuntu, not Debian. Resolves GH-251. --- src/uisupport/aboutdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") }, -- 2.20.1