aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/ServiceScan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ServiceScan.py b/lib/python/Screens/ServiceScan.py
index 88730ee9..8d58aa12 100644
--- a/lib/python/Screens/ServiceScan.py
+++ b/lib/python/Screens/ServiceScan.py
@@ -19,7 +19,7 @@ class ServiceScan(Screen):
self.session.nav.stopService()
self["scan_progress"] = ProgressBar()
- self["scan_state"] = Label("scan state")
+ self["scan_state"] = Label(_("scan state"))
self["scan"] = CScan(self["scan_progress"], self["scan_state"], transponders, feid, flags)
self["actions"] = ActionMap(["OkCancelActions"],