mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
translate learnLesson message.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user