help: Rename Defense Capped column to Defense Cap column

This appears to have been originally implemented as a list of yes/no
values, and later reworked to show the actual cap percentages, so the
column header isn't entirely correct anymore.
This commit is contained in:
Ignacio R. Morelle 2015-04-16 18:33:17 -03:00
parent 218b81f833
commit 3d2be54498

View file

@ -586,7 +586,7 @@ std::string unit_topic_generator::operator()() const {
const bool has_terrain_defense_caps = movement_type.has_terrain_defense_caps(preferences::encountered_terrains());
if ( has_terrain_defense_caps )
push_header(first_row, _("Defense Capped"));
push_header(first_row, _("Defense Cap"));
const bool has_vision = type_.movement_type().has_vision_data();
if ( has_vision )