Version 1.0.0
- added info section with contact and thanks - fixed minor clarifications and spellings errors on help texts
This commit is contained in:
@@ -164,9 +164,23 @@ function Grichelde:CreateOptionsUI()
|
||||
desc = self.L.Options_Help_Group_Desc,
|
||||
disabled = false,
|
||||
args = {
|
||||
basics = {
|
||||
info = {
|
||||
order = 10,
|
||||
type = "group",
|
||||
name = self.L.Options_Help_Tab_Info_Name,
|
||||
desc = self.L.Options_Help_Tab_Info_Desc,
|
||||
args = {
|
||||
paragraph1 = {
|
||||
order = 1,
|
||||
type = "description",
|
||||
name = self:Format(self.L.Options_Help_Info, self.L.AddonName),
|
||||
fontSize = "medium",
|
||||
},
|
||||
},
|
||||
},
|
||||
basics = {
|
||||
order = 11,
|
||||
type = "group",
|
||||
name = self.L.Options_Help_Tab_Basics_Name,
|
||||
desc = self.L.Options_Help_Tab_Basics_Desc,
|
||||
args = {
|
||||
@@ -179,7 +193,7 @@ function Grichelde:CreateOptionsUI()
|
||||
},
|
||||
},
|
||||
expert = {
|
||||
order = 11,
|
||||
order = 12,
|
||||
type = "group",
|
||||
name = self.L.Options_Help_Tab_Expert_Name,
|
||||
desc = self.L.Options_Help_Tab_Expert_Desc,
|
||||
@@ -193,7 +207,7 @@ function Grichelde:CreateOptionsUI()
|
||||
},
|
||||
},
|
||||
examples = {
|
||||
order = 12,
|
||||
order = 13,
|
||||
type = "group",
|
||||
name = self.L.Options_Help_Tab_Examples_Name,
|
||||
desc = self.L.Options_Help_Tab_Examples_Desc,
|
||||
@@ -257,7 +271,7 @@ function Grichelde:CreateOptionsUI()
|
||||
},
|
||||
},
|
||||
disclaimer = {
|
||||
order = 20,
|
||||
order = 14,
|
||||
type = "description",
|
||||
name = self.L.Options_Help_Disclaimer,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user