Skip to content

Commit

Permalink
Minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Jun 30, 2024
1 parent cdcfaca commit 4f24f6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Locale/LocaleAutomatic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ L["Armor"]
L["Block"] = BLOCK
L["Durability %d / %d"] = DURABILITY_TEMPLATE
L["Enchanted: %s"] = ENCHANTED_TOOLTIP_LINE
L["Equipped Runes"] = EQUIPPED_RUNES
L["<Shift Right Click to Socket>"] = ITEM_SOCKETABLE
L["You may sell this item to a vendor within %s for a full refund."] = REFUND_TIME_REMAINING
L["You may trade this item with players that were also eligible to loot this item for the next %s."] = BIND_TRADE_TIME_REMAINING
Expand Down
2 changes: 1 addition & 1 deletion Operations/CreateConstructor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Addon:CreateConstructor(tooltipData)
constructor.validation = {}
for _, line in ipairs(tooltipData) do
if line.type == "Cooldown" or line.oldType == "Cooldown" then
constructor.validation[line.i] = self:ReversePattern(ITEM_COOLDOWN_TIME)
constructor.validation[line.i] = self:ReversePattern(self.L["Cooldown remaining: %s"])
else
constructor.validation[line.i] = line.realTextLeft
end
Expand Down

0 comments on commit 4f24f6b

Please sign in to comment.