fix translation key does not match

This commit is contained in:
CCTV-1
2020-01-15 16:53:54 +08:00
parent 806d62129b
commit c0d77a7fdf

View File

@@ -27,7 +27,7 @@ public class GameEntityPicker extends TabPageScreen<GameEntityPicker> {
public GameEntityPicker(String title, Collection<? extends GameEntityView> choiceList, Collection<CardView> revealList, String revealListCaption, FImage revealListImage, boolean isOptional, final Callback<GameEntityView> callback) { public GameEntityPicker(String title, Collection<? extends GameEntityView> choiceList, Collection<CardView> revealList, String revealListCaption, FImage revealListImage, boolean isOptional, final Callback<GameEntityView> callback) {
super(new PickerTab[] { super(new PickerTab[] {
new PickerTab(choiceList, Localizer.getInstance().getMessage("Choices"), FSkinImage.DECKLIST, 1), new PickerTab(choiceList, Localizer.getInstance().getMessage("lblChoices"), FSkinImage.DECKLIST, 1),
new PickerTab(revealList, revealListCaption, revealListImage, 0) new PickerTab(revealList, revealListCaption, revealListImage, 0)
}, false); }, false);