From a1328bc83733f0a229ec6acd4d6c6eb2d07b4271 Mon Sep 17 00:00:00 2001 From: Thrashmandicoot Date: Wed, 7 Oct 2015 20:10:27 -0700 Subject: [PATCH] Add bolding to item name --- common/locales/en/npc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/locales/en/npc.json b/common/locales/en/npc.json index 368d8b24c5..2c2ce1ac99 100644 --- a/common/locales/en/npc.json +++ b/common/locales/en/npc.json @@ -10,7 +10,7 @@ "alexander": "Alexander the Merchant", "welcomeMarket": "Welcome to the Market! Buy hard-to-find eggs and potions! Sell your extras! Commission useful services! Come see what we have to offer.", "sellForGold": "Sell <%= item %> for <%= gold %> Gold", - "displayEggForGold": "Do you want to sell one <%= itemType %> Egg?", + "displayEggForGold": "Do you want to sell one <%= itemType %> Egg?", "sellEggForGold": "Sell it for <%= gold %> Gold", "displayPotionForGold": "Do you want to sell one <%= itemType %> Potion?", "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold",