From 0975ab0eafda5f11ae4b09f73698e0c9da5d80b3 Mon Sep 17 00:00:00 2001 From: lb_ii Date: Sat, 12 Jun 2021 22:26:53 +0300 Subject: [PATCH] COMMON: Rename "Persian (Iran)" to "Persian", since there are no other regions in the list --- common/language.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/language.cpp b/common/language.cpp index 7f2ac5e355c..da46152ea48 100644 --- a/common/language.cpp +++ b/common/language.cpp @@ -50,7 +50,7 @@ const LanguageDescription g_languages[] = { { "kr", "ko_KR", "Korean", KO_KOR }, { "lv", "lv_LV", "Latvian", LV_LAT }, { "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR }, - { "fa", "fa_IR", "Persian (Iran)", FA_IRN }, + { "fa", "fa_IR", "Persian", FA_IRN }, { "pl", "pl_PL", "Polish", PL_POL }, { "br", "pt_BR", "Portuguese (Brazil)", PT_BRA }, { "pt", "pt_PT", "Portuguese (Portugal)", PT_POR },