Reverted back to %

svn: r11884
This commit is contained in:
Peter Landgren 2009-02-06 13:30:26 +00:00
parent 5bf3b9dbcc
commit 1c0af251ca

View File

@ -246,7 +246,7 @@ class PedigreeGramplet(Gramplet):
if g == 0: if g == 0:
self.link(_("Generation 1"), 'PersonList', handles, self.link(_("Generation 1"), 'PersonList', handles,
tooltip=_("Double-click to see people in generation")) tooltip=_("Double-click to see people in generation"))
self.append_text(_(" has 1 of 1 individual (100.00%% complete)\n")) self.append_text(_(" has 1 of 1 individual (100.00% complete)\n"))
else: else:
all.extend(handles) all.extend(handles)
self.link(_("Generation %d") % g, 'PersonList', handles, self.link(_("Generation %d") % g, 'PersonList', handles,