~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject.py

  • Committer: matt.giuca
  • Date: 2009-02-25 07:47:58 UTC
  • Revision ID: svn-v4:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1215
Rewrote tooltips for the four tabs visible by default.
(Shorter, verber and removed fullstops).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    ]
51
51
 
52
52
    tabs = [
53
 
        ('subjects', 'Subjects', 'Announcements and information about the '
54
 
         'subjects you are enrolled in.', 'subjects.png', 'subjects', 5)
 
53
        ('subjects', 'Subjects',
 
54
         'View subject content and complete worksheets',
 
55
         'subjects.png', 'subjects', 5)
55
56
    ]
56
57
 
57
58
    media = 'subject-media'