remove ':' from the end of the string,
...it is not needed with the new header style text
This commit is contained in:
parent
ee3f10d56c
commit
eb395a0f5a
1 changed files with 1 additions and 1 deletions
|
@ -1603,7 +1603,7 @@ std::vector<topic> generate_unit_topics(const bool sort_generated, const std::st
|
|||
|
||||
std::stringstream text;
|
||||
text << race_description;
|
||||
text << "\n\n" << _("<header>text='Units of this race:'</header>") << "\n";
|
||||
text << "\n\n" << _("<header>text='Units of this race'</header>") << "\n";
|
||||
for (std::set<std::string>::iterator u = race_units.begin(); u != race_units.end();u++) {
|
||||
text << (*u) << "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue