From 5c112d9d725282c0d90ea659152fb928d64a2e34 Mon Sep 17 00:00:00 2001 From: actionless Date: Fri, 10 Sep 2021 23:00:38 +0200 Subject: [PATCH] fix(oomox_plugin): fix display_name/export_text fields --- oomox_plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oomox_plugin.py b/oomox_plugin.py index 69a89bd..dbb7271 100644 --- a/oomox_plugin.py +++ b/oomox_plugin.py @@ -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 = [