From d9e3b22079c25f4d751a9fe2a6c0d99526b8b41d Mon Sep 17 00:00:00 2001 From: Yann Lugrin Date: Tue, 15 Jun 2021 19:41:59 +0200 Subject: [PATCH] Use official channel name in French The official channel name in french is "RechercheDeGroupe" and not "RechercheGroupe"; using the wrong channel name has a side effect as joining it first and forces it to be channel number 1 (/1) - User can always join "RechercheGroupe" and check this channel in settings pannel to use it, but default channel must be the official one. --- LFGBulletinBoard/Localization.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFGBulletinBoard/Localization.lua b/LFGBulletinBoard/Localization.lua index b711221..29c5009 100644 --- a/LFGBulletinBoard/Localization.lua +++ b/LFGBulletinBoard/Localization.lua @@ -237,7 +237,7 @@ GBB.locales = { ["world_channel"] = "Mundo", }, frFR = { - ["lfg_channel"]="RechercheGroupe", + ["lfg_channel"]="RechercheDeGroupe", ["world_channel"] = "Monde" }, ruRU = {