mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Remove Exit button from mobile home screen
Revert text of other buttons on mobile home screen Fix text with spaces removed, like "Planar Conquest"
This commit is contained in:
@@ -59,9 +59,9 @@ public enum VSubmenuAchievements implements IVSubmenu<CSubmenuAchievements> {
|
||||
|
||||
// Fields used with interface IVDoc
|
||||
private DragCell parentCell;
|
||||
private final DragTab tab = new DragTab(localizer.getMessage("Achievements"));
|
||||
private final DragTab tab = new DragTab(localizer.getMessage("lblAchievements"));
|
||||
private final FLabel lblTitle = new FLabel.Builder()
|
||||
.text(localizer.getMessage("Achievements")).fontAlign(SwingConstants.CENTER)
|
||||
.text(localizer.getMessage("lblAchievements")).fontAlign(SwingConstants.CENTER)
|
||||
.opaque(true).fontSize(16).build();
|
||||
private final FComboBox<AchievementCollection> cbCollections = new FComboBox<AchievementCollection>();
|
||||
private final TrophyCase trophyCase = new TrophyCase();
|
||||
@@ -169,7 +169,7 @@ public enum VSubmenuAchievements implements IVSubmenu<CSubmenuAchievements> {
|
||||
*/
|
||||
@Override
|
||||
public String getMenuTitle() {
|
||||
return localizer.getMessage("Achievements");
|
||||
return localizer.getMessage("lblAchievements");
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
||||
Reference in New Issue
Block a user