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