From 90ac188e8b38028b8680ecdb5dbdade87ddd3717 Mon Sep 17 00:00:00 2001 From: Sam Manzi Date: Thu, 4 Jun 2015 17:01:06 +1000 Subject: [PATCH] 6366: Correct text on "Display tab" from "sidebar" to "Navigator" --- 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