from retail

This commit is contained in:
Bunny67
2021-01-01 18:04:43 +03:00
parent a850db8ab5
commit 9c5f676808
6 changed files with 32 additions and 19 deletions
@@ -615,7 +615,7 @@ local function ConstructTextEditor(frame)
if (not multipath) then
for index, field in pairs(path) do
if (type(field) == "number") then
field = "Trigger " .. field + 1
field = "Trigger " .. field
end
title = title .. " " .. field:sub(1, 1):upper() .. field:sub(2)
end