mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Fix capitalization of Combat tab in match view
This commit is contained in:
@@ -36,7 +36,7 @@ public class VCombat implements IVDoc<CCombat> {
|
||||
|
||||
// Fields used with interface IVDoc
|
||||
private DragCell parentCell;
|
||||
private final DragTab tab = new DragTab(Localizer.getInstance().getMessage("lblCombat"));
|
||||
private final DragTab tab = new DragTab(Localizer.getInstance().getMessage("lblCombatTab"));
|
||||
|
||||
private final SkinnedTextArea tar = new SkinnedTextArea();
|
||||
|
||||
@@ -109,7 +109,7 @@ public class VCombat implements IVDoc<CCombat> {
|
||||
// No need to update this unless it's showing
|
||||
if (!this.equals(parentCell.getSelected())) { return; }
|
||||
|
||||
tab.setText(cntAttackers > 0 ? (Localizer.getInstance().getMessage("lblCombat") + " : " + cntAttackers) : Localizer.getInstance().getMessage("lblCombat"));
|
||||
tab.setText(cntAttackers > 0 ? (Localizer.getInstance().getMessage("lblCombatTab") + " : " + cntAttackers) : Localizer.getInstance().getMessage("lblCombatTab"));
|
||||
tar.setText(desc);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -990,6 +990,7 @@ nlExperimentalNetworkCompatibility=Forge wechselt auf kompatiblen Netzwerk-Strea
|
||||
lblPlayers=Spieler
|
||||
lblLog=Bericht
|
||||
lblDev=Entw.
|
||||
lblCombatTab=Kampf
|
||||
lblStack=Stapel
|
||||
lblMustWaitPriority=Warte auf Priorität...
|
||||
#FDeckEditor.java
|
||||
|
||||
@@ -990,6 +990,7 @@ nlExperimentalNetworkCompatibility=Forge switches to compatible network stream.
|
||||
lblPlayers=Players
|
||||
lblLog=Log
|
||||
lblDev=Dev
|
||||
lblCombatTab=Combat
|
||||
lblStack=Stack
|
||||
lblMustWaitPriority=Must wait for priority...
|
||||
#FDeckEditor.java
|
||||
|
||||
@@ -990,6 +990,7 @@ nlExperimentalNetworkCompatibility=Forge switches to compatible network stream.
|
||||
lblPlayers=Jugadores
|
||||
lblLog=Log
|
||||
lblDev=Dev
|
||||
lblCombatTab=Combate
|
||||
lblStack=Pila
|
||||
lblMustWaitPriority=Debes esperar debido a la prioridad...
|
||||
#FDeckEditor.java
|
||||
|
||||
@@ -989,7 +989,8 @@ nlExperimentalNetworkCompatibility=Forge switches to compatible network stream.
|
||||
#MatchScreen.java
|
||||
lblPlayers=Giocatori
|
||||
lblLog=Login
|
||||
lblDev=dev
|
||||
lblDev=Dev
|
||||
lblCombatTab=Combat
|
||||
lblStack=Pila
|
||||
lblMustWaitPriority=Devi aspettare la priorità ...
|
||||
#FDeckEditor.java
|
||||
|
||||
@@ -990,6 +990,7 @@ nlExperimentalNetworkCompatibility=Forge将切换为兼容性的网络流。(
|
||||
lblPlayers=玩家列表
|
||||
lblLog=日志
|
||||
lblDev=开发者工具
|
||||
lblCombatTab=战斗
|
||||
lblStack=堆叠
|
||||
lblMustWaitPriority=等待获得优先权
|
||||
#FDeckEditor.java
|
||||
|
||||
Reference in New Issue
Block a user