Found a missing _

svn: r14805
This commit is contained in:
Peter Landgren 2010-03-14 10:04:55 +00:00
parent ba5c34b559
commit c6703ae1df

View File

@ -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)