compile fix

spelling fix
This commit is contained in:
Enno Rehling 2008-09-01 16:01:40 +00:00
parent 500d0a212c
commit 90b7bbdfbe
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ terrain_name(const struct region * r)
if (r->terrain->name!=NULL) { if (r->terrain->name!=NULL) {
return r->terrain->name(r); return r->terrain->name(r);
} else if (fval(r->terrain, SEA_REGION)) { } else if (fval(r->terrain, SEA_REGION)) {
if (curse_active(get_curse(next_point->attribs, ct_find("maelstrom")))) { if (curse_active(get_curse(r->attribs, ct_find("maelstrom")))) {
return "maelstrom"; return "maelstrom";
} }
} }

View File

@ -5818,7 +5818,7 @@
<arg name="command" type="order"/> <arg name="command" type="order"/>
</type> </type>
<text locale="de">"$unit($unit) in $region($region): '$order($command)' - Die Einheit kann keine weiteren Güter handeln."</text> <text locale="de">"$unit($unit) in $region($region): '$order($command)' - Die Einheit kann keine weiteren Güter handeln."</text>
<text locale="en">"$unit($unit) in $region($region): '$order($command)' - the unit cannot trade any more goods."</text> <text locale="en">"$unit($unit) in $region($region): '$order($command)' - The unit cannot trade any more goods."</text>
</message> </message>
<message name="error101" section="errors"> <message name="error101" section="errors">
<type> <type>