aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 01:02:04 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-03-02 01:02:04 +0000
commit41c6536e584c5102d78245e1ffbbe45f19d701fc (patch)
tree3efe9d7d584302f15f57bfb11795bfd6fabfc5c7 /lib/python
parent4ad28359f1e3090e963e1a8083c34c0940d0514d (diff)
downloadenigma2-41c6536e584c5102d78245e1ffbbe45f19d701fc.tar.gz
enigma2-41c6536e584c5102d78245e1ffbbe45f19d701fc.zip
remove bad words (and characters)
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py b/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py
index c4e28fea..1d21ea3d 100644
--- a/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py
+++ b/lib/python/Plugins/DemoPlugins/TestPlugin/plugin.py
@@ -69,7 +69,7 @@ class Test(Screen):
self["text"].number(number)
def main(session):
- session.openWithCallback(test, ChoiceBox, title="Delete everything on this Dreambox?", list=[(_("yes"), "yes"), (_("no"), "no"), (_("perhaps"), "perhaps"), (_("ask me tomorrow"), "ask me tomorrow"), (_("leave me alone with this s§&$!"), "yes")])
+ session.openWithCallback(test, ChoiceBox, title="Delete everything on this Dreambox?", list=[(_("yes"), "yes"), (_("no"), "no"), (_("perhaps"), "perhaps"), (_("ask me tomorrow"), "ask me tomorrow"), (_("leave me alone with this!"), "yes")])
def test(returnValue):
print "You entered", returnValue