From 682fc07c26d2ec86414261212f35ffaccfc617a4 Mon Sep 17 00:00:00 2001 From: Glen Anderson Date: Wed, 6 May 2015 14:09:22 +0100 Subject: [PATCH] Fix a missing comma --- common/locales/en/subscriber.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/subscriber.json b/common/locales/en/subscriber.json index 661a1323e0..e6e4876c09 100644 --- a/common/locales/en/subscriber.json +++ b/common/locales/en/subscriber.json @@ -5,7 +5,7 @@ "disableAds": "Disable ads", "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", "buyGemsGold": "Buy Gems with Gold", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!" + "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", "retainHistory": "Retain full history entries", "retainHistoryText": "Makes your full history available in graphs and export. Non-subscriber histories get consolidated for database optimization.", "doubleDrops": "Daily drop-caps doubled",