Fixing button caption for selling Eggs and Potions in the Market

This commit is contained in:
GihHubSphinx
2015-06-16 19:06:53 +05:00
parent a82270fbaa
commit 0cd1ffb794
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -79,5 +79,7 @@
"welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!",
"welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!",
"welcome5": "Now you'll customize your avatar and set up your tasks...",
"imReady": "I'm Ready!"
"imReady": "I'm Ready!",
"sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold",
"sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold"
}