aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-05 21:32:12 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-09-05 21:32:12 +0000
commitec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9 (patch)
treeb31dc0f06719f783aff2547f8f10bd88519ed079 /lib/python/Screens
parentef2243033f618a4fe3f7bb4c9a1efc763d62f44d (diff)
downloadenigma2-ec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9.tar.gz
enigma2-ec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9.zip
additional service information for DVD menu and fixes
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/LocationBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/LocationBox.py b/lib/python/Screens/LocationBox.py
index e41601a9..13315ffc 100644
--- a/lib/python/Screens/LocationBox.py
+++ b/lib/python/Screens/LocationBox.py
@@ -125,7 +125,7 @@ class LocationBox(Screen, NumericalTextInput, HelpableScreen):
"up": self.up,
"down": self.down,
"ok": (self.ok, _("select")),
- "back": (self.cancel, _("cancel")),
+ "back": (self.cancel, _("Cancel")),
}, -2)
self["ColorActions"] = LocationBoxActionMap(self, "ColorActions",