Skip to content

Commit

Permalink
fix(oomox_plugin): fix display_name/export_text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 10, 2021
1 parent ecea803 commit 5c112d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oomox_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ def __init__(self, transient_for, colorscheme, theme_name):
class Plugin(OomoxExportPlugin):

name = 'spotify'
display_name = _("Apply Spotif_y Theme…")
display_name = 'Oomoxify'
export_text = _("Apply Spotif_y Theme…")
export_dialog = SpotifyExportDialog

theme_model_extra = [
Expand Down

0 comments on commit 5c112d9

Please sign in to comment.