Skip to content

Commit 8d99a60

Browse files
committed
History: Add a localized string
1 parent c97931e commit 8d99a60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/History.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Prat:AddModuleToLoad(function()
5252
["Scrollback"] = true,
5353
["Store the chat lines between sessions"] = true,
5454
["Scrollback Options"] = true,
55+
["Command History Options"] = true,
5556
divider = "========== End of Scrollback ==========",
5657
scrollbackduration_name = "Scrollback Duration",
5758
scrollbackduration_desc = "How many hours to keep the saved messages.",
@@ -160,7 +161,7 @@ Prat:AddModuleToLoad(function()
160161
bigStep = 50,
161162
},
162163
cmdhistheader = {
163-
name = "Command History Options",
164+
name = PL["Command History Options"],
164165
type = "header",
165166
order = 130,
166167
},

0 commit comments

Comments
 (0)