From 08ac0b0996ad865eeede3719bdafd779b57dcaab Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Thu, 4 Jun 2015 12:45:38 -0400 Subject: [PATCH] Merge pull request #28 from gramps-project/sam-m888-patch-2 6366: Correct text on "Display tab" --- gramps/gui/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gui/configure.py b/gramps/gui/configure.py index 6759161bb..bd4a133bf 100644 --- a/gramps/gui/configure.py +++ b/gramps/gui/configure.py @@ -1086,7 +1086,7 @@ class GrampsPreferences(ConfigureDialog): # Text in sidebar: self.add_checkbox(grid, - _("Show text in sidebar buttons (requires restart)"), + _("Show text label beside Navigator buttons (requires restart)"), row, 'interface.sidebar-text', stop=3) row += 1