From ef964f2303f4548c7cd4b91e65bd9e31d14ec2a6 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 30 Jan 2023 11:52:56 -0800 Subject: [PATCH] Move Ivan Chuba to Ukrainian --- common/dialog_about/AboutDialog_main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 221c697b15..2c35a8b980 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -933,10 +933,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxS( "Portuguese (PT)" ) ) ); - aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ), - wxEmptyString, - wxEmptyString, - wxS( "Russian (RU)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Igor Plyatov" ), wxEmptyString, wxEmptyString, @@ -988,6 +984,10 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, wxEmptyString, wxS( "Ukrainian (UK)" ) ) ); + aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Ivan Chuba" ), + wxEmptyString, + wxEmptyString, + wxS( "Ukrainian (UK)" ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( wxT( "Stanislav Kaliuk" ), wxEmptyString, wxEmptyString,