diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-05 21:32:12 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-05 21:32:12 +0000 |
| commit | ec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9 (patch) | |
| tree | b31dc0f06719f783aff2547f8f10bd88519ed079 /lib/python/Screens/LocationBox.py | |
| parent | ef2243033f618a4fe3f7bb4c9a1efc763d62f44d (diff) | |
| download | enigma2-ec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9.tar.gz enigma2-ec970c4f4534a4ed6f1f4d930bfb8d56bf5531a9.zip | |
additional service information for DVD menu and fixes
Diffstat (limited to 'lib/python/Screens/LocationBox.py')
| -rw-r--r-- | lib/python/Screens/LocationBox.py | 2 |
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", |
