mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Improve captions inline with desktop game
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user