From 20dff87d087a63ac3be50290d5f7308313ae042d Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 22 Dec 2006 16:02:30 +0000 Subject: [PATCH] remove unneeded double dot --- lib/python/Screens/ServiceInfo.py | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/python/Screens/ServiceInfo.py b/lib/python/Screens/ServiceInfo.py index 3899968a..54036909 100644 --- a/lib/python/Screens/ServiceInfo.py +++ b/lib/python/Screens/ServiceInfo.py @@ -109,23 +109,23 @@ class ServiceInfo(Screen): self.fillList(Labels) else: if self.transponder_info: - conv = { "type" : _("Transponder Type:"), - "frequency" : _("Frequency:"), - "symbolrate" : _("Symbolrate:"), - "orbital position" : _("Orbital Position:"), - "inversion" : _("Inversion:"), - "fec inner" : _("FEC:"), - "modulation" : _("Modulation:"), - "polarization" : _("Polarization:"), - "roll off" : _("Rolloff:"), - "system" : _("System:"), - "bandwidth" : _("Bandwidth:"), - "code rate lp" : _("Coderate LP:"), - "code rate hp" : _("Coderate HP:"), - "constellation" : _("Constellation:"), - "transmission mode": _("Transmission Mode:"), - "guard interval" : _("Guard Interval:"), - "hierarchy" : _("Hierarchy Information:") } + conv = { "type" : _("Transponder Type"), + "frequency" : _("Frequency"), + "symbolrate" : _("Symbolrate"), + "orbital position" : _("Orbital Position"), + "inversion" : _("Inversion"), + "fec inner" : _("FEC"), + "modulation" : _("Modulation"), + "polarization" : _("Polarization"), + "roll off" : _("Rolloff"), + "system" : _("System"), + "bandwidth" : _("Bandwidth"), + "code rate lp" : _("Coderate LP"), + "code rate hp" : _("Coderate HP"), + "constellation" : _("Constellation"), + "transmission mode": _("Transmission Mode"), + "guard interval" : _("Guard Interval"), + "hierarchy" : _("Hierarchy Information") } Labels = [ ] for i in self.transponder_info.keys(): Labels.append( (conv[i], self.transponder_info[i], TYPE_TEXT) ) -- 2.30.2