From 2131a44889ecee6cfafd36551c443c97e3140a8a Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Fri, 21 May 2021 13:29:27 -0700 Subject: [PATCH] Correct Finnish language name Fixes https://gitlab.com/kicad/code/kicad/issues/8464 --- common/pgm_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index 253fcd0ba8..cc39572583 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -85,7 +85,7 @@ LANGUAGE_DESCR LanguagesList[] = { wxLANGUAGE_PORTUGUESE, ID_LANGUAGE_PORTUGUESE, wxT( "Português" ),true }, { wxLANGUAGE_RUSSIAN, ID_LANGUAGE_RUSSIAN, wxT( "Русский" ), true }, { wxLANGUAGE_SERBIAN, ID_LANGUAGE_SERBIAN, wxT( "Српски"), true }, - { wxLANGUAGE_FINNISH, ID_LANGUAGE_FINNISH, wxT( "Suomalainen" ), true }, + { wxLANGUAGE_FINNISH, ID_LANGUAGE_FINNISH, wxT( "Suomi" ), true }, { wxLANGUAGE_VIETNAMESE, ID_LANGUAGE_VIETNAMESE, wxT( "Tiếng việt" ), true }, { wxLANGUAGE_TURKISH, ID_LANGUAGE_TURKISH, wxT( "Türk" ), true }, { wxLANGUAGE_CHINESE_SIMPLIFIED, ID_LANGUAGE_CHINESE_SIMPLIFIED,