Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/editlessonlistscreen.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-10-28 02:18:22 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-10-28 02:18:22 (GMT)
commit5bce688733859ac8c3d3b0be9a79beb1f07d2ba2 (patch)
treeee29a31dd9ba162de010bd95e09a22fd950e8681 /editlessonlistscreen.py
parentc2bfc92bb4e6364640856d2cffc55a33e93abe19 (diff)
Differentiate Key and Text steps. Key steps are presented one key a time, indicating which finger is used. Text steps are traditional text copying. Key steps can be created using the Lesson Editor.
Updated the English lessons to use Key steps. Added a little spacer between lines in Text steps. Translation updates.
Diffstat (limited to 'editlessonlistscreen.py')
-rw-r--r--editlessonlistscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/editlessonlistscreen.py b/editlessonlistscreen.py
index 7fa5a9f..af67020 100644
--- a/editlessonlistscreen.py
+++ b/editlessonlistscreen.py
@@ -183,7 +183,7 @@ class EditLessonListScreen(gtk.VBox):
lesson['name'] = ''
lesson['description'] = ''
lesson['type'] = 'normal'
- lesson['steps'] = [ { 'instructions':'', 'text':'' } ]
+ lesson['steps'] = [ { 'mode':'text', 'instructions':'', 'text':'' } ]
lesson['medals'] = [
{ 'name': 'bronze', 'wpm': 15, 'accuracy': 70, 'score': 3000 },
{ 'name': 'silver', 'wpm': 20, 'accuracy': 80, 'score': 4500 },