behavior has changed on gramplet bars, message needs an update too
svn: r21231
This commit is contained in:
parent
da7ab966d1
commit
febd8842fd
@ -328,7 +328,7 @@ class GrampletBar(Gtk.Notebook):
|
|||||||
"""
|
"""
|
||||||
tab_label = Gtk.Label(label=_('Gramplet Bar'))
|
tab_label = Gtk.Label(label=_('Gramplet Bar'))
|
||||||
tab_label.show()
|
tab_label.show()
|
||||||
msg = _('Right-click to the right of the tab to add a gramplet.')
|
msg = _('Click on the right of the bar to add a gramplet.')
|
||||||
content = Gtk.Label(label=msg)
|
content = Gtk.Label(label=msg)
|
||||||
content.set_alignment(0, 0)
|
content.set_alignment(0, 0)
|
||||||
content.set_line_wrap(True)
|
content.set_line_wrap(True)
|
||||||
|
Loading…
Reference in New Issue
Block a user