From ee96c874ba6c01306255ec06f33dba6b52e5517a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 31 Jan 2013 08:29:39 +0000 Subject: [PATCH] 6367: Update the Side/Bottombar text (patch by Patsyblefebre) svn: r21260 --- gramps/gui/widgets/grampletbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/widgets/grampletbar.py b/gramps/gui/widgets/grampletbar.py index 424bdc779..c01ae8757 100644 --- a/gramps/gui/widgets/grampletbar.py +++ b/gramps/gui/widgets/grampletbar.py @@ -328,7 +328,7 @@ class GrampletBar(Gtk.Notebook): """ tab_label = Gtk.Label(label=_('Gramplet Bar')) 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.set_alignment(0, 0) content.set_line_wrap(True)