From bb84d4da2506a676635ee0921f8a2ef009b757cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 22 Oct 2018 16:04:16 +0200 Subject: [PATCH] Fix the order of the Davids --- 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 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") }, -- 2.20.1