Skip to content

Commit

Permalink
fix: Correct a spacing issue between preferred and package in text (#183
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kyle Gospodnetich <[email protected]>
  • Loading branch information
ahoneybun and KyleGospo authored Jan 6, 2024
1 parent 1ff59d3 commit 57bcee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yafti/screen/package/screen/picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _build_picker(self, packages: list, *args):

item_list = Adw.PreferencesGroup()
item_list.set_description(
"The following list includes only applications available in your preferred"
"The following list includes only applications available in your preferred "
"package manager."
)
page = Adw.PreferencesPage()
Expand Down

0 comments on commit 57bcee5

Please sign in to comment.