typo on variable name

bug report 12039
contribution by zebulon
This commit is contained in:
romjerome 2021-04-13 09:06:15 +02:00 committed by GitHub
parent 458989f47a
commit 1b4ac9dc0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ UICATEGORY = ''' <section id="ViewsInCatagory">
%s
</section>
'''
UICATAGORYBAR = ''' <placeholder id='ViewsInCategoryBar'>
UICATEGORYBAR = ''' <placeholder id='ViewsInCategoryBar'>
%s
</placeholder>
'''
@ -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)