From 60d1964edeca009d394b3eff010fc9504f12262d Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 25 Jan 2009 17:32:34 +0000 Subject: [PATCH] Added tooltip to translations svn: r11720 --- src/plugins/gramplet/FanChartGramplet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/FanChartGramplet.py b/src/plugins/gramplet/FanChartGramplet.py index 4c8551088..f7ea77d46 100644 --- a/src/plugins/gramplet/FanChartGramplet.py +++ b/src/plugins/gramplet/FanChartGramplet.py @@ -531,7 +531,7 @@ class FanChartGramplet(Gramplet): The Gramplet code that realizes the FanChartWidget. """ def init(self): - self.set_tooltip("Click to expand/contract person\nRight-click for options\nClick and drag in open area to rotate") + self.set_tooltip(_("Click to expand/contract person\nRight-click for options\nClick and drag in open area to rotate")) self.generations = 6 self.format_helper = FormattingHelper(self.dbstate) self.gui.fan = FanChartWidget(self.generations,