Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index 7d9153b..12f48aa 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -115,7 +115,8 @@ class Creator(Object):
new_state=self._state)
final_event = addon.create(
name='MessageButtonNext',
- message=T('This is the end of this tutorial.')
+ message=T('This is the end of this tutorial.',
+ source=self._probe_mgr.currentActivity)
)
self._tutorial.add_transition(
state_name=self._state,