From 04644d9d3beaff382d4d4765008ccecea2613793 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 26 Aug 2022 21:18:23 +0200 Subject: [PATCH] Tweak position of existing translator in the list. --- src/wx/about_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index e14c8aa2f..7a7039d0c 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -113,6 +113,7 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString translated_by; translated_by.Add (wxT ("Manuel AC")); translated_by.Add (wxT ("Max Aeschlimann")); + translated_by.Add (wxT ("Gökhan Aksoy")); translated_by.Add (wxT ("Thiago Andre")); translated_by.Add (wxT ("Felice D'Andrea")); translated_by.Add (wxT ("Grégoire Ausina")); @@ -147,7 +148,6 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); - translated_by.Add (wxT ("Gökhan Aksoy")); add_section (_("Translated by"), translated_by); wxArrayString patrons; -- 2.30.2