Skip to content

Commit

Permalink
wmlunits: Hide Terrain column label from the unit view page
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Aug 8, 2017
1 parent 75a5af1 commit d14c0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/tools/unit_tree/html_output.py
Expand Up @@ -1056,7 +1056,7 @@ def uval(name):
write('<colgroup><col class="col0" /><col class="col1" /><col class="col2" /><col class="col3" /></colgroup>')

write('<thead>')
write('<tr><th colspan="2">%s</th><th class="mvtcost">%s</th><th class="numheader">%s</th></tr>\n' % (
write('<tr><th colspan="2"><span class="sr-label">%s</span></th><th class="mvtcost">%s</th><th class="numheader">%s</th></tr>\n' % (
_("Terrain", "wesnoth-help"), _("Movement Cost", "wesnoth-help"), _("Defense", "wesnoth-help")))
write('</thead>')

Expand Down

0 comments on commit d14c0dc

Please sign in to comment.