Fix overwritten heading in relationship view

Line deleted by mistake in commit [89da61].
This commit is contained in:
Nick Hall 2015-02-07 17:32:41 +00:00
parent bc920f8f19
commit 59238765e8

View File

@ -634,6 +634,7 @@ class RelationshipView(NavigationView):
1, 2, 1, 1)
subgrid.attach(widgets.BasicLabel("(%s)" % age, Pango.EllipsizeMode.END),
2, 2, 1, 1)
else:
subgrid.attach(widgets.BasicLabel("%s:" % _("Death")),
1, 2, 1, 1)
subgrid.attach(widgets.BasicLabel("%s (%s)" % (_("unknown"), age),