Skip to content

Commit

Permalink
spelling for versions
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Nov 7, 2021
1 parent f98d2f2 commit 7856f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ local function CreateFilter(name, uiName, uiDesc, title, items)
local filter = AdiBags:RegisterFilter(uiName, 98, "ABEvent-1.0")
-- Register Filter with adibags
filter.uiName = uiName
filter.uiDesc = uiDesc .. "Version: " .. '@project-version@'
filter.uiDesc = uiDesc .. " Version: " .. "@project-version@"
filter.items = items

function filter:OnInitialize()
Expand Down

0 comments on commit 7856f8d

Please sign in to comment.