aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-08 00:22:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-07-08 00:22:16 +0000
commit927c65c04c7e538a32fa81ac337f541f35eb477d (patch)
tree9bba6a6a66cbcd584efe9ee92c2b43fa4f476001 /lib/python
parenteb03282e322834d812599b6440413eaa81a4b5eb (diff)
downloadenigma2-927c65c04c7e538a32fa81ac337f541f35eb477d.tar.gz
enigma2-927c65c04c7e538a32fa81ac337f541f35eb477d.zip
make string translatable
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Satconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py
index de04dc45..29219721 100644
--- a/lib/python/Screens/Satconfig.py
+++ b/lib/python/Screens/Satconfig.py
@@ -183,7 +183,7 @@ class NimSetup(Screen, ConfigListScreen):
self.list.append(getConfigListEntry(" ", currLnb.longitudeOrientation))
self.list.append(getConfigListEntry(_("Latitude"), currLnb.latitude))
self.list.append(getConfigListEntry(" ", currLnb.latitudeOrientation))
- self.advancedPowerMeasurement = getConfigListEntry("Use Power Measurement", currLnb.powerMeasurement)
+ self.advancedPowerMeasurement = getConfigListEntry(_("Use Power Measurement"), currLnb.powerMeasurement)
self.list.append(self.advancedPowerMeasurement)
if currLnb.powerMeasurement.value:
self.list.append(getConfigListEntry(_("Power threshold in mA"), currLnb.powerThreshold))