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

« back to all changes in this revision

Viewing changes to ivle/webapp/console/__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:
28
28
        ('console', ConsoleView),
29
29
    ]
30
30
    tabs = [
31
 
        ('console', 'Console', 'A Python console where you can try out code '
32
 
         'without having to save and run it.', 'console.png', 'console', 3)
 
31
        ('console', 'Console', 'Try out your code in a Python console',
 
32
         'console.png', 'console', 3)
33
33
    ]
34
34
    overlays = [
35
35
        ConsoleOverlay,