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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__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:
178
178
    ]
179
179
 
180
180
    tabs = [
181
 
        ('files', 'Files', 'Gives you access to all of your files and lets '
182
 
         'you download, upload, edit and run them.', 'browser.png', 'files', 1)
 
181
        ('files', 'Files', 'Access and edit your files',
 
182
         'browser.png', 'files', 1)
183
183
    ]
184
184
 
185
185
    cookies = {'clipboard': None}