We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97931e commit 8d99a60Copy full SHA for 8d99a60
modules/History.lua
@@ -52,6 +52,7 @@ Prat:AddModuleToLoad(function()
52
["Scrollback"] = true,
53
["Store the chat lines between sessions"] = true,
54
["Scrollback Options"] = true,
55
+ ["Command History Options"] = true,
56
divider = "========== End of Scrollback ==========",
57
scrollbackduration_name = "Scrollback Duration",
58
scrollbackduration_desc = "How many hours to keep the saved messages.",
@@ -160,7 +161,7 @@ Prat:AddModuleToLoad(function()
160
161
bigStep = 50,
162
},
163
cmdhistheader = {
- name = "Command History Options",
164
+ name = PL["Command History Options"],
165
type = "header",
166
order = 130,
167
0 commit comments