mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
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:
@@ -238,7 +238,7 @@ class PokeBattle_Battle
|
|||||||
elsif battler.hp<=battler.totalhp/2
|
elsif battler.hp<=battler.totalhp/2
|
||||||
pbDisplayBrief(_INTL("OK, {1}! Come back!",battler.name))
|
pbDisplayBrief(_INTL("OK, {1}! Come back!",battler.name))
|
||||||
elsif battler.turnCount>=5
|
elsif battler.turnCount>=5
|
||||||
pbDisplayBrief(_INTL("{1}, that’s enough! Come back!",battler.name))
|
pbDisplayBrief(_INTL("{1}, that's enough! Come back!",battler.name))
|
||||||
elsif battler.turnCount>=2
|
elsif battler.turnCount>=2
|
||||||
pbDisplayBrief(_INTL("{1}, come back!",battler.name))
|
pbDisplayBrief(_INTL("{1}, come back!",battler.name))
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user