From 9a44da4488a0ff00150eb5cb114f74ba560b96a6 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 04 Dec 2009 05:58:29 +0000 Subject: Creator, Remote : Dual code review power! --- (limited to 'src/extensions/tutoriusremote.py') 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) -- cgit v0.9.1