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:
parent
218b81f833
commit
3d2be54498
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Reference in a new issue