Remove concatenation

This commit is contained in:
Spit
2024-09-16 14:19:58 +03:00
committed by GitHub
parent ea1af463b7
commit 82bfcfbc88
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5956,7 +5956,7 @@ AtlasLoot_ButtonRegistry = {
Next_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
},
["Dragonscale1"] = {
Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
Title = AL["Dragonscale Leatherworking"];
Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"];
Prev_Page = "LeatherMisc1";
@@ -5965,7 +5965,7 @@ AtlasLoot_ButtonRegistry = {
Next_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
};
["Elemental1"] = {
Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
Title = AL["Elemental Leatherworking"];
Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"];
Prev_Page = "Dragonscale1";
@@ -5974,7 +5974,7 @@ AtlasLoot_ButtonRegistry = {
Next_Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
};
["Tribal1"] = {
Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
Title = AL["Tribal Leatherworking"];
Back_Page = "LEATHERWORKINGMENU";
Back_Title = AL["Leatherworking"];
Prev_Page = "Elemental1";