Skip to content

Commit

Permalink
üöugombrowser enable translation plugin action log title
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jul 9, 2023
1 parent 88a66aa commit f2f9c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/PluginBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ class PluginActionLog(Screen, HelpableScreen):
def __init__(self, session, logData):
Screen.__init__(self, session)
HelpableScreen.__init__(self)
self.setTitle(_("Plugin Action Log"))
self["log"] = ScrollLabel()
self["log"].setText(logData)
self["key_red"] = StaticText(_("Close"))
Expand Down

0 comments on commit f2f9c13

Please sign in to comment.