Skip to content

Commit

Permalink
'Units having this special attack' -> 'Units with this special attack'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Jan 13, 2015
1 parent 1997cf7 commit 7f6bfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/help_impl.cpp
Expand Up @@ -433,7 +433,7 @@ std::vector<topic> generate_weapon_special_topics(const bool sort_generated)
std::string id = "weaponspecial_" + s->first.base_str();
std::stringstream text;
text << s->second;
text << "\n\n" << _("<header>text='Units having this special attack'</header>") << "\n";
text << "\n\n" << _("<header>text='Units with this special attack'</header>") << "\n";
std::set<std::string, string_less> &units = special_units[s->first];
for (std::set<std::string, string_less>::iterator u = units.begin(); u != units.end(); ++u) {
text << (*u) << "\n";
Expand Down

0 comments on commit 7f6bfd6

Please sign in to comment.