add missing gearNotOwned string

This commit is contained in:
Alys 2016-06-25 09:20:15 +10:00
parent 30cf4f5a96
commit 8055db2e54

View file

@ -168,5 +168,6 @@
"hideQuickAllocation": "Hide stat allocation",
"quickAllocationLevelPopover": "Each level earns you one point to assign to an attribute of your choice. You can do so manually, or let the game decide for you using one of the Automatic Allocation options found in User -> Stats.",
"invalidAttribute": "\"<%= attr %>\" is not a valid attribute.",
"notEnoughAttrPoints": "You don't have enough attribute points."
"notEnoughAttrPoints": "You don't have enough attribute points.",
"gearNotOwned": "You do not own this item.",
}