Skip to content

Commit

Permalink
Revert the latest changes for HelpableActions
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlesat committed Dec 11, 2024
1 parent 18522c8 commit f38365b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/python/Components/ActionMap.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import re
from enigma import eActionMap

from Tools.KeyBindings import queryKeyBinding


Expand Down Expand Up @@ -100,9 +100,8 @@ def exists(record):

if isinstance(contexts, str):
contexts = [contexts]
self.contexts = contexts
actions = actions or {}
self.description = description or _(re.sub(r"(\w)([A-Z])([a-z])", r"\1 \2\3", contexts[0]))
self.description = description
adict = {}
for context in contexts:
alist = []
Expand Down

0 comments on commit f38365b

Please sign in to comment.