Fixed some spelling mistakes (patch #667, thanks plaes)

This commit is contained in:
Mark de Wever 2007-01-12 20:32:17 +00:00
parent 39a3b76ea1
commit 1e54c9bcf7
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ A curer can cure a unit of poison, although that unit will receive no additional
id=regenerates
name= _ "regenerates"
description= _ "Regenerates:
The unit will heal itself 8 hp per turn. If it is poisoned, it will remove the poison instead of healing."
The unit will heal itself 8 HP per turn. If it is poisoned, it will remove the poison instead of healing."
affect_self=yes
poison=cured
[/regenerate]

View file

@ -206,7 +206,7 @@ namespace{
units_strings_height_ = maximum<int>(attacker_left_strings_.size(), defender_left_strings_.size())
* (font::SIZE_NORMAL + inter_line_gap_) + 14;
hp_distrib_string_ = _("Expected Battle Result (hp)");
hp_distrib_string_ = _("Expected Battle Result (HP)");
hp_distrib_string_width_ = font::line_width(hp_distrib_string_, font::SIZE_SMALL);
attacker_width_ = maximum<int>(attacker_label_width_, attacker_strings_width_);