aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-16 09:19:59 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-09-16 09:19:59 +0000
commit3d2705377deedf4bce431e9398aea7ef6d59d7b6 (patch)
tree688fa8540b6841b52608532bc8114e20abf3f726
parent3e3832c8784e966dca29354c158ffb636f33c8cb (diff)
downloadenigma2-3d2705377deedf4bce431e9398aea7ef6d59d7b6.tar.gz
enigma2-3d2705377deedf4bce431e9398aea7ef6d59d7b6.zip
fix typo (orbpos -> orb_pos)
-rw-r--r--lib/python/Components/ServiceScan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ServiceScan.py b/lib/python/Components/ServiceScan.py
index 2406326d..b56a995a 100644
--- a/lib/python/Components/ServiceScan.py
+++ b/lib/python/Components/ServiceScan.py
@@ -48,7 +48,7 @@ class ServiceScan:
except KeyError:
sat_name = ""
if orb_pos > 1800: # west
- orb_pos = 3600 - orbpos
+ orb_pos = 3600 - orb_pos
h = _("W")
else:
h = _("E")