From: David ‘Bombe’ Roden Date: Mon, 22 Oct 2018 14:04:16 +0000 (+0200) Subject: Fix the order of the Davids X-Git-Tag: 0.13.0~9 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=bb84d4da2506a676635ee0921f8a2ef009b757cc Fix the order of the Davids --- diff --git a/src/uisupport/aboutdata.cpp b/src/uisupport/aboutdata.cpp index 02afc830..070b1d85 100644 --- a/src/uisupport/aboutdata.cpp +++ b/src/uisupport/aboutdata.cpp @@ -222,8 +222,8 @@ void AboutData::setQuasselPersons(AboutData *aboutData) { "Daniel Silverstone", "", tr("Fixes") }, { "Daniel Steinmetz", "son", tr("Early beta tester and bughunter (on Vista™!)") }, { "David Planella", "", tr("Translation system fixes") }, - { "David Sansome", "", tr("OSX Notification Center support") }, { "David Roden", "Bombe", tr("Fixes") }, + { "David Sansome", "", tr("OSX Notification Center support") }, { "Demiray Muhterem", "", tr("Turkish translation"), "", QLocale::Turkish }, { "Deniz Türkoglu", "", tr("Mac fixes") }, { "Dennis Schridde", "devurandom", tr("D-Bus notifications") },