From 5eed3daf144f590c26c51d9477cb6f0debd15a45 Mon Sep 17 00:00:00 2001
From: SeeLook <seelook@gmail.com>
Date: Sun, 26 Feb 2023 13:50:48 +0100
Subject: [PATCH] Updated changelog

- prepare_build
---
 changes                      | 4 ++--
 src/qml/about/DonorsPage.qml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/changes b/changes
index ed30cc64e..c28c1e05e 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
 2.0.3-devel
-    DESKTOP
-     - bar displaying difference of expected and played note
+  Nootka says: I speak Portuguese
+     - added Portuguese translation
 
 2.0.2
   Nootka plays ukulele
diff --git a/src/qml/about/DonorsPage.qml b/src/qml/about/DonorsPage.qml
index b9bc58f77..c61b3f013 100644
--- a/src/qml/about/DonorsPage.qml
+++ b/src/qml/about/DonorsPage.qml
@@ -57,7 +57,7 @@ Tflickable {
       property real widest: 0
       spacing: NOO.factor()
       Repeater {
-        model: [ "Tony Nederpel", "Jose1711", "Wayne Bonner", "Aaron Wolf",
+        model: [ "Wolfgang Pflaesterer", "Tony Nederpel", "Jose1711", "Wayne Bonner", "Aaron Wolf",
                  "Torsten Philipp", "Vincent Bermel", "Tomasz Matuszewski",
                  "Yves Balhant", "Илья Б.", "...and others"
                ]
-- 
GitLab