Fix of % -> %% in translation string.
svn: r11872
This commit is contained in:
parent
50b22c3716
commit
69f4b87b20
@ -246,7 +246,7 @@ class PedigreeGramplet(Gramplet):
|
||||
if g == 0:
|
||||
self.link(_("Generation 1"), 'PersonList', handles,
|
||||
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:
|
||||
all.extend(handles)
|
||||
self.link(_("Generation %d") % g, 'PersonList', handles,
|
||||
|
Loading…
Reference in New Issue
Block a user