From ed56bb9be5475a3e926b6469cc39715f96ee3c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 8 Feb 2009 08:28:36 +0000 Subject: [PATCH] typo on translation string svn: r11909 --- src/plugins/gramplet/AgeStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/AgeStats.py b/src/plugins/gramplet/AgeStats.py index 9ee71a972..eee539ef8 100644 --- a/src/plugins/gramplet/AgeStats.py +++ b/src/plugins/gramplet/AgeStats.py @@ -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)