Added tooltip to translations
svn: r11720
This commit is contained in:
parent
04b9ec770f
commit
60d1964ede
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user