Merge branch 'master' into 'master'

update translation

See merge request core-developers/forge!2433
This commit is contained in:
swordshine
2020-01-15 11:31:57 +00:00
2 changed files with 2 additions and 2 deletions

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) {
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)
}, false);

View File

@@ -1898,7 +1898,7 @@ lblRemoveYield=移除让过
lblNoActiveAutoYield=没有有效的自动让过
lblNoAutoYield=没有自动让过
#GameEntityPicker.java
lblChoices=
lblChoices=选项
#ConquestRewardDialog.java
lblSkip=保留
#ConquestChaosBattle.java