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,