Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2024-11-25 13:24:46 +11:00
parent 8b29a50625
commit 0de8ae8046
56 changed files with 106 additions and 97 deletions

View File

@@ -66,7 +66,7 @@ def draw_km(display_keymaps, kc, km, children, layout, level):
if km.is_user_modified:
subrow.operator("preferences.keymap_restore", text="Restore")
# Add margin to space the button from the scrollbar.
# Add margin to space the button from the scroll-bar.
subrow.separator()
if km.is_modal:
subrow.label(text="", icon='LINKED')
@@ -159,7 +159,7 @@ def draw_kmi(display_keymaps, kc, km, kmi, layout, level):
icon=('TRACKING_CLEAR_BACKWARDS' if kmi.is_user_defined else 'X')
).item_id = kmi.id
# Add margin to space the buttons from the scrollbar.
# Add margin to space the buttons from the scroll-bar.
row.separator(factor=0.25 if kmi.show_expanded else 1.0)
# Expanded, additional event settings
@@ -350,7 +350,7 @@ def draw_filtered(display_keymaps, filter_type, filter_text, layout):
subrow = row.row()
subrow.alignment = 'RIGHT'
subrow.operator("preferences.keymap_restore", text="Restore")
# Add margin to space the button from the scrollbar.
# Add margin to space the button from the scroll-bar.
subrow.separator()
for kmi in filtered_items: