Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/extensions/tutoriusremote.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/tutoriusremote.py')
-rwxr-xr-xsrc/extensions/tutoriusremote.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/extensions/tutoriusremote.py b/src/extensions/tutoriusremote.py
index fc93659..d795141 100755
--- a/src/extensions/tutoriusremote.py
+++ b/src/extensions/tutoriusremote.py
@@ -79,15 +79,14 @@ class TPalette(Palette):
creator = default_creator()
if creator.is_authoring == False:
- # Replace the start creator button by the stop creator
- # Allocate a white color for the text
- self._creator_item.props.label = _("Stop this tutorial")
+ # Replace the start creator label by stop creator
+ self._creator_item.props.label = _("Stop authoring")
creator.start_authoring(tutorial=None)
else:
# Attempt to close the creator - this will popup a confirmation
# dialog if the user has unsaved changes
- creator._cleanup_cb()
+ creator.cleanup_cb()
# If the creator was not actually closed - (in case cancel
# is implemented one day)