Skip to content

Commit 885778c

Browse files
committed
Revert one actually correct quadruple " "
1 parent b22ca6a commit 885778c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/Main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,7 @@ function main:OpenAboutPopup(helpSectionIndex)
13571357
else
13581358
local Lines = self:WrapString(line, textSize, popupWidth - 135)
13591359
for i, line2 in ipairs(Lines) do
1360-
t_insert(helpList, { height = textSize, (dev and "^x8888FF" or "^7")..(i > 1 and " " or "")..line2 })
1360+
t_insert(helpList, { height = textSize, (dev and "^x8888FF" or "^7")..(i > 1 and " " or "")..line2 })
13611361
end
13621362
end
13631363
end

0 commit comments

Comments
 (0)