From b67df8930d8cfcd0dcc9774c0f6a51934a08567f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 27 Jan 2013 16:52:09 +0000 Subject: [PATCH] behavior has changed on gramplet bars, message needs an update too svn: r21231 --- 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 8f0852712..424bdc779 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 = _('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.set_alignment(0, 0) content.set_line_wrap(True)