Skip to content

Commit

Permalink
History: Add a localized string
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvanaar committed Jun 10, 2020
1 parent c97931e commit 8d99a60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/History.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Prat:AddModuleToLoad(function()
["Scrollback"] = true,
["Store the chat lines between sessions"] = true,
["Scrollback Options"] = true,
["Command History Options"] = true,
divider = "========== End of Scrollback ==========",
scrollbackduration_name = "Scrollback Duration",
scrollbackduration_desc = "How many hours to keep the saved messages.",
Expand Down Expand Up @@ -160,7 +161,7 @@ Prat:AddModuleToLoad(function()
bigStep = 50,
},
cmdhistheader = {
name = "Command History Options",
name = PL["Command History Options"],
type = "header",
order = 130,
},
Expand Down

0 comments on commit 8d99a60

Please sign in to comment.