mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-15 11:29:45 +00:00
Help: remove redundant era name header
The title already gives the name
This commit is contained in:
parent
3d316a5705
commit
b22b737b6a
|
@ -619,8 +619,6 @@ std::vector<topic> generate_era_topics(const bool sort_generated, const std::str
|
|||
}
|
||||
|
||||
std::stringstream text;
|
||||
text << markup::tag("header", _("Era:"), " ", era["name"]) << "\n";
|
||||
text << "\n";
|
||||
const config::attribute_value& description = era["description"];
|
||||
if (!description.empty()) {
|
||||
text << description.t_str() << "\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user