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

« back to all changes in this revision

Viewing changes to ivle/webapp/help/__init__.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:
78
78
    ]
79
79
 
80
80
    tabs = [
81
 
        ('help', 'Help', 'IVLE help pages', 'help.png', '+help', 100)
 
81
        ('help', 'Help', 'Get help with IVLE', 'help.png', '+help', 100)
82
82
    ]
83
83
 
84
84
    media = 'media'