Skip to content

Commit

Permalink
Add dot at end in Cast Spell Window (ihhub#1599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzare authored Sep 9, 2020
1 parent 7b674bf commit 20023e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fheroes2/battle/battle_dialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ int Battle::Arena::DialogBattleHero( const HeroBase & hero, bool buttons ) const

if ( le.MousePressRight( btnCast.area() ) )
Dialog::Message( _( "Cast Spell" ),
_( "Cast a magical spell. You may only cast one spell per combat round. The round is reset when every creature has had a turn" ),
_( "Cast a magical spell. You may only cast one spell per combat round. The round is reset when every creature has had a turn." ),
Font::BIG );
else if ( le.MousePressRight( btnRetreat.area() ) )
Dialog::Message(
Expand Down

0 comments on commit 20023e1

Please sign in to comment.