diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-16 09:19:59 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-09-16 09:19:59 +0000 |
| commit | 3d2705377deedf4bce431e9398aea7ef6d59d7b6 (patch) | |
| tree | 688fa8540b6841b52608532bc8114e20abf3f726 /lib/python/Components | |
| parent | 3e3832c8784e966dca29354c158ffb636f33c8cb (diff) | |
| download | enigma2-3d2705377deedf4bce431e9398aea7ef6d59d7b6.tar.gz enigma2-3d2705377deedf4bce431e9398aea7ef6d59d7b6.zip | |
fix typo (orbpos -> orb_pos)
Diffstat (limited to 'lib/python/Components')
| -rw-r--r-- | lib/python/Components/ServiceScan.py | 2 |
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") |
