Improve captions inline with desktop game

This commit is contained in:
drdev
2014-07-15 05:46:20 +00:00
parent ec4cab89ca
commit def995aa95

View File

@@ -125,7 +125,7 @@ public class QuestSpellShopScreen extends TabPageScreen<QuestSpellShopScreen> {
private static class SpellShopPage extends SpellShopBasePage { private static class SpellShopPage extends SpellShopBasePage {
private SpellShopPage() { private SpellShopPage() {
super("Spell Shop", FSkinImage.QUEST_BOOK, true); super("Cards for Sale", FSkinImage.QUEST_BOOK, true);
} }
@Override @Override
@@ -156,7 +156,7 @@ public class QuestSpellShopScreen extends TabPageScreen<QuestSpellShopScreen> {
private static class InventoryPage extends SpellShopBasePage { private static class InventoryPage extends SpellShopBasePage {
private InventoryPage() { private InventoryPage() {
super("Inventory", FSkinImage.QUEST_BOX, false); super("Your Cards", FSkinImage.QUEST_BOX, false);
} }
@Override @Override