Skip to content

Commit 30b32a1

Browse files
committed
revise the text
1 parent b1d6da8 commit 30b32a1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/fheroes2/gui/interface_events.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,8 @@ fheroes2::GameMode Interface::AdventureMap::EventHeroMovement()
190190
return EventDefaultAction();
191191
}
192192
else if ( !hero->MayStillMove( false, true ) ) {
193-
fheroes2::
194-
showStandardTextMessage( "",
195-
"The hero's army cannot be expected to move anymore this day. Let them rest for a night and they will be able to move again.",
196-
Dialog::OK );
193+
fheroes2::showStandardTextMessage( "", "The hero's army is exhausted and cannot move anymore today. A night's rest will replenish the movement points.",
194+
Dialog::OK );
197195
}
198196
}
199197

0 commit comments

Comments
 (0)