mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 17:16:02 +00:00
unlock: use uppercase for n/a
This commit is contained in:
+2
-2
@@ -229,8 +229,8 @@ pfUI:RegisterModule("unlock", function ()
|
||||
dock.right.texture:SetVertexColor(1,.8,0)
|
||||
else
|
||||
dock.reset:SetText(T["Unlock"])
|
||||
dock.xcoord:SetText(T["n/a"])
|
||||
dock.ycoord:SetText(T["n/a"])
|
||||
dock.xcoord:SetText(T["N/A"])
|
||||
dock.ycoord:SetText(T["N/A"])
|
||||
|
||||
dock.up:Disable()
|
||||
dock.down:Disable()
|
||||
|
||||
Reference in New Issue
Block a user