Skip to content

Commit 049c15b

Browse files
committed
Merge branch 'fix-lfg'
2 parents 3c20e81 + ed30ead commit 049c15b

7 files changed

Lines changed: 15 additions & 13 deletions

File tree

EnhancedMenu.lua

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -553,15 +553,17 @@ function LFGListUtil_GetSearchEntryMenu(resultID)
553553
-- add our menu(s)
554554
LFG_LIST_SEARCH_ENTRY_MENU[3].arg1 = leaderName;
555555
LFG_LIST_SEARCH_ENTRY_MENU[3].disabled = not leaderName;
556+
LFG_LIST_SEARCH_ENTRY_MENU[4].arg1 = leaderName;
557+
LFG_LIST_SEARCH_ENTRY_MENU[4].disabled = not leaderName;
556558
-------------------------------------------------------
557559

558-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[1].arg1 = resultID;
559-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[2].arg1 = resultID;
560-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[2].disabled = (comment == "");
561-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[3].arg1 = resultID;
562-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[3].disabled = (voiceChat == "");
563-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[4].arg1 = resultID;
564-
LFG_LIST_SEARCH_ENTRY_MENU[4].menuList[4].disabled = not leaderName;
560+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[1].arg1 = resultID;
561+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[2].arg1 = resultID;
562+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[2].disabled = (comment == "");
563+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[3].arg1 = resultID;
564+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[3].disabled = (voiceChat == "");
565+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[4].arg1 = resultID;
566+
LFG_LIST_SEARCH_ENTRY_MENU[5].menuList[4].disabled = not leaderName;
565567
return LFG_LIST_SEARCH_ENTRY_MENU;
566568
end
567569

Locales/deDE.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ select( 2, ... ).L = setmetatable({
77
COPY_NAME = "Namen kopieren",
88
SEND_WHO = "Wer",
99
ARMORY_URL = "Armory",
10-
PUGBOT_COMMAND = "Pugbot",
10+
PUGBOT_COMMAND = "PugBot",
1111
}, { __index = select(2, ... ).L})

Locales/enUS.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ select( 2, ... ).L = setmetatable({
44
COPY_NAME = "Copy Name",
55
SEND_WHO = "Who",
66
ARMORY_URL = "Armory",
7-
PUGBOT_COMMAND = "Pugbot",
7+
PUGBOT_COMMAND = "PugBot",
88
}, {
99
__index = function(self, Key)
1010
if (Key ~= nil) then

Locales/esES.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ select( 2, ... ).L = setmetatable({
77
COPY_NAME = "Copiar Nombre",
88
SEND_WHO = "¿Quién?",
99
ARMORY_URL = "Armería",
10-
PUGBOT_COMMAND = "Pugbot",
10+
PUGBOT_COMMAND = "PugBot",
1111
}, { __index = select(2, ... ).L})

Locales/ruRU.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ select( 2, ... ).L = setmetatable({
77
COPY_NAME = "Cкопировать никнейм",
88
SEND_WHO = "Информация",
99
ARMORY_URL = "Ссылка в Оружейной",
10-
PUGBOT_COMMAND = "Pugbot",
10+
PUGBOT_COMMAND = "PugBot",
1111
}, { __index = select(2, ... ).L})

Locales/zhCN.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ select( 2, ... ).L = setmetatable({
66
COPY_NAME = "复制名字",
77
SEND_WHO = "查询",
88
ARMORY_URL = "英雄榜",
9-
PUGBOT_COMMAND = "Pugbot",
9+
PUGBOT_COMMAND = "PugBot",
1010
}, { __index = select(2, ... ).L})

Locales/zhTW.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ select( 2, ... ).L = setmetatable({
66
COPY_NAME = "複製名字",
77
SEND_WHO = "查詢",
88
ARMORY_URL = "英雄榜",
9-
PUGBOT_COMMAND = "Pugbot",
9+
PUGBOT_COMMAND = "PugBot",
1010
}, { __index = select(2, ... ).L})

0 commit comments

Comments
 (0)