Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2014-03-09 23:54:22 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2014-03-09 23:54:22 (GMT)
commitc41fd760f91fe7b91217d1aa8c5f581c4e637593 (patch)
tree1a03a84cdbfc1358e21c0f332efaf8ecf9c91fa3
parentf5c7eb607c56eb7b3d59bbf2fc57b1be1737b69c (diff)
Improve text in welcome screen
-rw-r--r--develop-activity/develop_app.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop-activity/develop_app.py b/develop-activity/develop_app.py
index 84096f6..2642941 100644
--- a/develop-activity/develop_app.py
+++ b/develop-activity/develop_app.py
@@ -567,8 +567,8 @@ class WelcomePage(Gtk.VBox):
edit_label = Gtk.Label(
_('<span weight="bold" size="larger">'
- 'Edit a installed activity</span>\n\n'
- 'You can modify a activity, and if there are errors the '
+ 'Edit an installed activity</span>\n\n'
+ 'You can modify an activity, and if there are errors the '
'activity can stop working. If you are not sure, clone the '
'activity to have a backup.'))
edit_label.set_use_markup(True)