From 8055db2e544b0dd28168f54366792201e68f58c2 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 25 Jun 2016 09:20:15 +1000 Subject: [PATCH] add missing gearNotOwned string --- common/locales/en/character.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 50e3022b0c..9364f73282 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -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.", }