Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-04 05:58:29 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-04 05:58:29 (GMT)
commit9a44da4488a0ff00150eb5cb114f74ba560b96a6 (patch)
treee3e122fc895e0a6b40dee417fe816022af8fb4ca /src
parent49ab39870266196f6267f83dd6951f839ebde773 (diff)
Creator, Remote : Dual code review power!
Diffstat (limited to 'src')
-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)