Skip to content

Commit

Permalink
Options wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Serkan Yazıcıoğlu committed Jul 25, 2024
1 parent dab18af commit 84f1ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local optionsTable = {
DisplayNewEventWarning = {
type = "toggle",
order = 2,
name = "Warn new events",
name = "Warn about new events",
desc = "Display a warning when new events that are not on the in-game calendar are found.",
width = "full",
get = function(info) return GOW.DB.profile.warnNewEvents end,
Expand Down

0 comments on commit 84f1ce9

Please sign in to comment.