Skip to content

Commit

Permalink
prefs.py: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jul 2, 2024
1 parent f59f674 commit 168dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/linuxmint/mintinstall/prefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, warning_box):
]

section = page.add_section()
widget = GSettingsComboBox(_("When an app has mutiple formats:"), SCHEMA_ID, PACKAGE_TYPE_PREFERENCE, search_options)
widget = GSettingsComboBox(_("When an app has multiple formats:"), SCHEMA_ID, PACKAGE_TYPE_PREFERENCE, search_options)
section.add_row(widget)

self.show_all()

0 comments on commit 168dd05

Please sign in to comment.