typo on translation string
svn: r11909
This commit is contained in:
parent
2b2235c3c3
commit
ed56bb9be5
@ -251,7 +251,7 @@ class AgeStatsGramplet(Gramplet):
|
||||
self.link(self.format("X" * int(bin/max_bin * (graph_width-4)), graph_width-4),
|
||||
'PersonList',
|
||||
selected,
|
||||
tooltip=_("Double-click to see %d people" % len(selected)))
|
||||
tooltip=_("Double-click to see %d people") % len(selected))
|
||||
procent = float(len(selected))/(float(sum(hash.values())))*100
|
||||
if procent > 10.0:
|
||||
self.append_text("%2.2f" % procent)
|
||||
|
Loading…
Reference in New Issue
Block a user