Found a missing _
svn: r14805
This commit is contained in:
parent
ba5c34b559
commit
c6703ae1df
@ -1253,7 +1253,7 @@ class PedigreeView(NavigationView):
|
|||||||
if lst[1]:
|
if lst[1]:
|
||||||
button.connect("clicked", self.cb_childmenu_changed,
|
button.connect("clicked", self.cb_childmenu_changed,
|
||||||
lst[1][0].handle)
|
lst[1][0].handle)
|
||||||
button.set_tooltip_text(("Jump to father"))
|
button.set_tooltip_text(_("Jump to father"))
|
||||||
else:
|
else:
|
||||||
button.set_sensitive(False)
|
button.set_sensitive(False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user