mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 09:30:46 +00:00
help topic generator: drop "Icon" header
This commit is contained in:
parent
14fbe59049
commit
eb476bb625
|
@ -661,7 +661,9 @@ std::string unit_topic_generator::operator()() const {
|
|||
if (!type_.attacks().empty()) {
|
||||
// Print headers for the table.
|
||||
table_ss << markup::tag("row",
|
||||
markup::tag("col", markup::bold(_("Icon"))),
|
||||
//FIXME space/tab does not work, but nbsp does
|
||||
//empty tags will be skipped by rich_label
|
||||
markup::tag("col", font::nbsp),
|
||||
markup::tag("col", markup::bold(_("Name"))),
|
||||
markup::tag("col", markup::bold(_("Strikes"))),
|
||||
markup::tag("col", markup::bold(_("Range"))),
|
||||
|
|
Loading…
Reference in New Issue
Block a user