better resizing
[enigma2.git] / lib / python / Plugins / DemoPlugins / TestPlugin / plugin.py
index d4d24f32ef47c10b1a4d999031dcc9b56195be0c..c4e28fea560b1bd4f36fa5b4720632b20533b463 100644 (file)
@@ -69,7 +69,7 @@ class Test(Screen):
                self["text"].number(number)
 
 def main(session):
-       session.openWithCallback(test, ChoiceBox, title="Hallo", list=[(_("yes"), "yes"), (_("no"), "no")])
+       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")])
        
 def test(returnValue):
        print "You entered", returnValue