Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
Diffstat (limited to 'addons')
-rw-r--r--addons/messagebuttonnext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/messagebuttonnext.py b/addons/messagebuttonnext.py
index 40e55c2..37d86b4 100644
--- a/addons/messagebuttonnext.py
+++ b/addons/messagebuttonnext.py
@@ -29,7 +29,7 @@ class MessageButtonNext(EventFilter):
MessageButtonNext
"""
# set message
- message = TStringProperty("Message")
+ message = TStringProperty("Click next to continue")
# create the position as an array of fixed-size 2
position = TArrayProperty((0,0), 2, 2)
@@ -95,7 +95,7 @@ __event__ = {
"display_name" : "Message button next",
"icon" : "message-bubble",
"class" : MessageButtonNext,
- "mandatory_props" : ["message"]
+ "mandatory_props" : []
}
class MsgNext(gtk.EventBox):