This commit is contained in:
Bunny67
2020-07-26 14:29:54 +03:00
parent 368a646da5
commit 0dfc91e3a3
6 changed files with 20 additions and 33 deletions
@@ -105,7 +105,7 @@ local function createOptions(parentData, data, index, subIndex)
local textJustify = ""
if data.text_justify == "CENTER" then
-- CENTER is default
elseif data.text_justify == "LEFT" then
textJustify = " " .. L["and aligned left"]
elseif data.text_justify == "RIGHT" then