'familiarise' -> 'familiarize'.
This commit is contained in:
parent
f1c091b4e1
commit
3766ec2702
2 changed files with 4 additions and 1 deletions
|
@ -335,7 +335,7 @@ There are two important exceptions to Upkeep: units with the Loyal trait and lea
|
|||
[topic]
|
||||
id=wrap_up
|
||||
title= _ "Wrap Up"
|
||||
text= _ "This concludes the fundamentals of Wesnoth. You might want to read up on Basic Strategy, or familiarise yourself with <ref>dst='..traits_section' text='Traits'</ref> and <ref>dst='..abilities_section' text='Abilities'</ref>, but you now know everything you need to know to play the Heir to the Throne campaign. Have fun, and good luck!"
|
||||
text= _ "This concludes the fundamentals of Wesnoth. You might want to read up on Basic Strategy, or familiarize yourself with <ref>dst='..traits_section' text='Traits'</ref> and <ref>dst='..abilities_section' text='Abilities'</ref>, but you now know everything you need to know to play the Heir to the Throne campaign. Have fun, and good luck!"
|
||||
[/topic]
|
||||
|
||||
[topic]
|
||||
|
|
|
@ -112,6 +112,9 @@ stringfixes = {
|
|||
("$name's", "$name|’s"),
|
||||
("$road's", "$road|’s"),
|
||||
|
||||
# "Familiarise" is not used in American English
|
||||
("familiarise yourself", "familiarize yourself"),
|
||||
|
||||
("if it hasn't moved this", "if it hasn’t moved this"),
|
||||
("to activate 'delay shroud updates' in the", "to activate ‘delay shroud updates’ in the"),
|
||||
("update via 'update shroud now' (or the", "update via ‘update shroud now’ (or the"),
|
||||
|
|
Loading…
Add table
Reference in a new issue