6367: Update the Side/Bottombar text (patch by Patsyblefebre)
svn: r21260
This commit is contained in:
parent
adb94b1974
commit
681ae03901
@ -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 = _('Click on the right of the bar to add a gramplet.')
|
msg = _('Select the down arrow on the right corner for adding, removing or restoring gramplets.')
|
||||||
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