unlock: use uppercase for n/a

This commit is contained in:
shagu
2018-08-18 20:38:26 +02:00
parent 78ebc11a1c
commit 6fe2ed38e2
+2 -2
View File
@@ -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()