From 02bd05f2b1766b9929b10730e2282c2e756cde35 Mon Sep 17 00:00:00 2001 From: Simon Skoog <59876329+simonskoog@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:35:41 +0200 Subject: [PATCH] Update window_options2_sections.lua More descriptive texts for 'Inline text' and 'Text X Position' --- frames/window_options2_sections.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index b3a7fdfa4..f222864a7 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -1464,7 +1464,7 @@ do }, {type = "blank"}, - {type = "label", get = function() return "Inline Text (need better name)" end, text_template = subSectionTitleTextTemplate}, --localize-me + {type = "label", get = function() return "Aligned Text Columns" end, text_template = subSectionTitleTextTemplate}, --localize-me {--inline text enabled type = "toggle", @@ -1490,8 +1490,8 @@ do min = 0, max = 125, step = 1, - name = "Text 1 Position", - desc = "Text 1 Position", + name = "Text 1 Offset", + desc = "Offset from right border", }, {--lineText3 (in the middle) @@ -1505,8 +1505,8 @@ do min = 0, max = 75, step = 1, - name = "Text 2 Position", - desc = "Text 2 Position", + name = "Text 2 Offset", + desc = "Offset from right border", }, {--lineText4 (closest to the right) @@ -1520,8 +1520,8 @@ do min = 0, max = 50, step = 1, - name = "Text 3 Position", - desc = "Text 3 Position", + name = "Text 3 Offset", + desc = "Offset from right border", }, {type = "blank"}, @@ -6412,4 +6412,4 @@ do tinsert(Details.optionsSection, buildSection) end ---]] \ No newline at end of file +--]]