diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-04-13 23:00:47 +0000 |
| commit | 2a8ecd871020fdd668cf5500460e5a6e7851b4b0 (patch) | |
| tree | 304d3f4dfbcee92f33cc6923afc8f39763b16b0a /lib/python/Screens/TimerEntry.py | |
| parent | 87ea9af33d190bb2be90ce9c35b5e1bcf6388411 (diff) | |
| download | enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.tar.gz enigma2-2a8ecd871020fdd668cf5500460e5a6e7851b4b0.zip | |
png cleanup by nemesis, source changes.
Diffstat (limited to 'lib/python/Screens/TimerEntry.py')
| -rw-r--r-- | lib/python/Screens/TimerEntry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index e550519f..6cbd18ec 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -26,7 +26,7 @@ class TimerEntry(Screen, ConfigListScreen): self["oktext"] = Label(_("OK")) self["canceltext"] = Label(_("Cancel")) - self["locationtext"] = Label(_("Choose Location")) + self["locationtext"] = Label(_("Location")) self["ok"] = Pixmap() self["cancel"] = Pixmap() self["location"] = Pixmap() |
