Added tooltip to translations

svn: r11720
This commit is contained in:
Doug Blank 2009-01-25 17:32:34 +00:00
parent 04b9ec770f
commit 60d1964ede

View File

@ -531,7 +531,7 @@ class FanChartGramplet(Gramplet):
The Gramplet code that realizes the FanChartWidget. The Gramplet code that realizes the FanChartWidget.
""" """
def init(self): 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.generations = 6
self.format_helper = FormattingHelper(self.dbstate) self.format_helper = FormattingHelper(self.dbstate)
self.gui.fan = FanChartWidget(self.generations, self.gui.fan = FanChartWidget(self.generations,