typo on translation string

svn: r11909
This commit is contained in:
Jérôme Rapinat 2009-02-08 08:28:36 +00:00
parent 2b2235c3c3
commit ed56bb9be5

View File

@ -251,7 +251,7 @@ class AgeStatsGramplet(Gramplet):
self.link(self.format("X" * int(bin/max_bin * (graph_width-4)), graph_width-4), self.link(self.format("X" * int(bin/max_bin * (graph_width-4)), graph_width-4),
'PersonList', 'PersonList',
selected, 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 procent = float(len(selected))/(float(sum(hash.values())))*100
if procent > 10.0: if procent > 10.0:
self.append_text("%2.2f" % procent) self.append_text("%2.2f" % procent)