From f2f9c131fd40fadfc3d3a5c3794d210aef69a9dd Mon Sep 17 00:00:00 2001 From: Captain Date: Sun, 9 Jul 2023 11:22:19 +0200 Subject: [PATCH] =?UTF-8?q?=C3=BC=C3=B6ugombrowser=20enable=20translation?= =?UTF-8?q?=20plugin=20action=20log=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/python/Screens/PluginBrowser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/PluginBrowser.py b/lib/python/Screens/PluginBrowser.py index d0fe2d82739..180bb9fdd98 100644 --- a/lib/python/Screens/PluginBrowser.py +++ b/lib/python/Screens/PluginBrowser.py @@ -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"))