Skip to content

Commit

Permalink
Shortened "Reputation" to "Rep." in quest reward text to avoid long s…
Browse files Browse the repository at this point in the history
…trings
  • Loading branch information
Amadeus- committed Sep 1, 2024
1 parent 9025b2d commit 8ec2005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Broker_WorldQuests.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 110002
## Author: myno (original author; up through 8.x), Amadeus (maintainer since 9.0)
## Title: Broker_WorldQuests
## Version: 11.0.2.8
## Version: 11.0.2.9
## SavedVariables: BWQcfg
## SavedVariablesPerCharacter: BWQcache, BWQcfgPerCharacter
## Notes: Broker plugin to display world quests as a list.
Expand Down
3 changes: 2 additions & 1 deletion WorldQuests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,8 @@ function BWQ:UpdateBlock()
rewardText ~= "" and " " or "", -- insert some space between rewards
currencyText
)

-- Replace "Reputation" with "Rep." to shorten strings
rewardText = rewardText:gsub("Reputation", "Rep.")
end
end

Expand Down

0 comments on commit 8ec2005

Please sign in to comment.