Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix committed Apr 12, 2024
1 parent fd60718 commit ec900bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradience/frontend/widgets/explore_preset_row.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def on_apply_button_clicked(self, *_args):
Adw.Toast(title=_("Preset downloaded")))
self.win.reload_pref_group()

logging.debug("Apply and download compeleted")
logging.debug("Apply and download completed")

@Gtk.Template.Callback()
def on_download_button_clicked(self, *_args):
Expand All @@ -97,4 +97,4 @@ def on_download_button_clicked(self, *_args):
self.toast_overlay.add_toast(
Adw.Toast(title=_("Preset downloaded")))
self.win.reload_pref_group()
logging.debug("Download compeleted")
logging.debug("Download completed")

0 comments on commit ec900bd

Please sign in to comment.