From ba28adea945568c9c50379ac2c4f958cee844af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 31 Jan 2013 08:28:03 +0000 Subject: [PATCH] 6367: Update the Side/Bottombar text (patch by Patsyblefebre) svn: r21259 --- 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 c9c21c5f2..8c7a0437a 100644 --- a/gramps/gui/widgets/grampletbar.py +++ b/gramps/gui/widgets/grampletbar.py @@ -327,7 +327,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)