translate learnLesson message.

This commit is contained in:
CCTV-1
2021-04-08 20:07:56 +08:00
parent 3aff3c51a8
commit b856ad0374
7 changed files with 7 additions and 1 deletions

View File

@@ -3628,7 +3628,7 @@ public class Player extends GameEntity implements Comparable<Player> {
}
Card c = getController().chooseSingleCardForZoneChange(ZoneType.Hand, ImmutableList.of(ZoneType.Sideboard, ZoneType.Hand),
sa, list, null, "Learn a Lesson", true, this);
sa, list, null, Localizer.getInstance().getMessage("lblLearnALesson"), true, this);
if (c == null) {
return;
}