6366: Correct text on "Display tab"

from "sidebar" to "Navigator"
This commit is contained in:
Sam Manzi 2015-06-04 17:01:06 +10:00
parent fdd7aefc20
commit 90ac188e8b

View File

@ -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