Fix: Changes an apostrophe in the switch out text (#80)

The apostrophe used in this message is inconsistent with other messages. Further, it does not display properly (at least, not in the FrLg font.)  and a box shows up in its place instead.
This commit is contained in:
Derxwna Kapsyla
2021-01-10 13:00:40 -05:00
committed by GitHub
parent e35d2e766c
commit 831555616e

View File

@@ -238,7 +238,7 @@ class PokeBattle_Battle
elsif battler.hp<=battler.totalhp/2
pbDisplayBrief(_INTL("OK, {1}! Come back!",battler.name))
elsif battler.turnCount>=5
pbDisplayBrief(_INTL("{1}, thats enough! Come back!",battler.name))
pbDisplayBrief(_INTL("{1}, that's enough! Come back!",battler.name))
elsif battler.turnCount>=2
pbDisplayBrief(_INTL("{1}, come back!",battler.name))
else