diff --git a/data/multiplayer/scenarios/2p_Dark_Forecast.cfg b/data/multiplayer/scenarios/2p_Dark_Forecast.cfg index 0eedd6bed5a..d4db25f9bee 100644 --- a/data/multiplayer/scenarios/2p_Dark_Forecast.cfg +++ b/data/multiplayer/scenarios/2p_Dark_Forecast.cfg @@ -1384,11 +1384,11 @@ Note: You need to use the default map settings for the scenario to work right." [/variable] [then] {VARIABLE lose_condition_string ( _ "Death of your leader")} - {VARIABLE notes ( _ "Since your team is made up of only one leader, the enemy waves will not be at full strength.")} + {VARIABLE notes ( _ "Since your team has only one leader, the enemy waves will not be at full strength.")} [/then] [else] {VARIABLE lose_condition_string ( _ "Death of both of your team’s leaders")} - {VARIABLE notes ( _ "Since your team is made up of two leaders, the enemy waves will be at full strength.")} + {VARIABLE notes ( _ "Since your team has two leaders, the enemy waves will be at full strength.")} [/else] [/if]