Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/develop-activity/develop_app.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-07-16 00:20:46 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-07-16 00:20:46 (GMT)
commita563cdf74fc1cd8bd2ffa1961854aba95f5a5259 (patch)
treeb1556973d4f4f39aa80de894d2b7b611358556e3 /develop-activity/develop_app.py
parentf36308cfaabe4450f3c05882c9c65bd931b717c8 (diff)
Change initial message due to changes in the activity behaviour
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
Diffstat (limited to 'develop-activity/develop_app.py')
-rw-r--r--develop-activity/develop_app.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/develop-activity/develop_app.py b/develop-activity/develop_app.py
index 6028e2b..1d1224f 100644
--- a/develop-activity/develop_app.py
+++ b/develop-activity/develop_app.py
@@ -227,16 +227,10 @@ class DevelopActivity(activity.Activity):
welcome_label = gtk.Label(_('<span weight="bold" size="larger">'
'What would you like to do?</span>\n\n'
'Choose "Edit one activity" to open an existing activity. '
- 'Your changes will be '
- 'saved in the journal; in general, changes are NOT saved in place'
- '. (The exception is if you open an activity folder not inside '
- '~/Activities, and you have write permissions. If a folder in '
- '~/Activities is actually a symbolic link, this allows you to '
- 'edit an activity in place, with changes visible next time you '
- 'run.)\n\nTo continue to edit a bundle, go to journals detail '
- 'view, right click on the "play" button in the toolbar, and open '
- 'it with Develop. To test the activity you wrote, just click on '
- 'it in the journal.'))
+ 'You can modify the activity, and if there are errors the '
+ 'activity can stop working. If you are not sure, clone the '
+ 'activity to have a backup. To test the activity you wrote, '
+ 'just click on it in the journal.'))
welcome_label.set_use_markup(True)
welcome_label.set_line_wrap(True)
vbox.pack_start(welcome_label, expand=False, fill=True, padding=10)