Skip to content

Commit

Permalink
Push formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroScripts committed Aug 21, 2021
1 parent feb4fab commit d5fce47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ GogoLoot.OUT_OF_RANGE = "{rt4} GogoLoot : Tried to loot %s to %s, but %s was out

GogoLoot.ADDON_CONFLICT = "\124TInterface\\TargetingFrame\\UI-RaidTargetingIcon_4.png:0\124t GogoLoot : You have multiple addons running that are attempting to interact with the loot window. This will cause problems. If you don't disable your other loot addons you will experience issues with GogoLoot."

GogoLoot.TRADE_COMPLETE = "{rt4} GogoLoot : I traded %s %s" -- no period, added by the logic so COMPLETE_RECEIVED can be appended cleanly
GogoLoot.TRADE_COMPLETE_RECEIVED = " and I received %s"
GogoLoot.TRADE_COMPLETE = "{rt4} GogoLoot : I gave %s to %s" -- no period, added by the logic so COMPLETE_RECEIVED can be appended cleanly
GogoLoot.TRADE_COMPLETE_RECEIVED = "{rt4} GogoLoot : I received %s from %s"
GogoLoot.TRADE_CANCELLED = "{rt4} GogoLoot : Trade with %s cancelled."
GogoLoot.TRADE_FAILED = "{rt4} GogoLoot : Trade with %s failed."

Expand Down

0 comments on commit d5fce47

Please sign in to comment.