diff --git a/gramps/gui/navigator.py b/gramps/gui/navigator.py
index fb1710465..faaf18f3a 100644
--- a/gramps/gui/navigator.py
+++ b/gramps/gui/navigator.py
@@ -49,7 +49,7 @@ UICATEGORY = '''
'''
-UICATAGORYBAR = '''
+UICATEGORYBAR = '''
%s
'''
@@ -195,7 +195,7 @@ class Navigator:
if len(cat_views) > 1:
#allow for switching views in a category
self.ui_category[cat_num] = [UICATEGORY % uimenuitems,
- UICATAGORYBAR % uibaritems]
+ UICATEGORYBAR % uibaritems]
for pdata in plugman.get_reg_sidebars():
module = plugman.load_plugin(pdata)