From a7d4b76c585736740e968ba3db61438f9385452b Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 25 Jun 2016 09:47:09 +1000 Subject: [PATCH] remove bad comma from end of a locales file --- common/locales/en/character.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 9364f73282..40e7b84029 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -169,5 +169,5 @@ "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.", - "gearNotOwned": "You do not own this item.", + "gearNotOwned": "You do not own this item." }