Get rid of a U+0027 APOSTROPHE used where U+2019 is expected
This commit is contained in:
parent
535dcf89c3
commit
fa67c1d77f
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ You can see what type of behavior the mixed terrain gives by mousing over its he
|
|||
|
||||
<header>text='Defense Caps'</header>" + _"
|
||||
|
||||
Some units have <italic>text='defense caps'</italic> for a particular basic terrain type. These units suffer a penalty on mixed terrains with that type — their defense can't exceed the cap." + _"
|
||||
Some units have <italic>text='defense caps'</italic> for a particular basic terrain type. These units suffer a penalty on mixed terrains with that type — their defense cannot exceed the cap." + _"
|
||||
|
||||
For example, the <ref>text='Loyalist Cavalryman' dst='..unit_Cavalryman'</ref> has a defense rating of 30% on forests, and a defense cap for forests. Thus, on forested hills, he has a defense rating of 30% rather than 40%, because the mixed rating cannot exceed the cap." + _"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue