Found a missing _

svn: r14804
This commit is contained in:
Peter Landgren 2010-03-14 10:02:37 +00:00
parent 75c6f2394f
commit 7573565d85

View File

@ -905,7 +905,7 @@ class PedigreeView(NavigationView):
l.add(gtk.Arrow(gtk.ARROW_RIGHT, gtk.SHADOW_IN)) l.add(gtk.Arrow(gtk.ARROW_RIGHT, gtk.SHADOW_IN))
if lst[1]: if lst[1]:
l.connect("clicked",self.on_childmenu_changed,lst[1][0].handle) l.connect("clicked",self.on_childmenu_changed,lst[1][0].handle)
l.set_tooltip_text(("Jump to father")) l.set_tooltip_text(_("Jump to father"))
else: else:
l.set_sensitive(False) l.set_sensitive(False)
ymid = int(math.floor(ymax/4)) ymid = int(math.floor(ymax/4))