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

« back to all changes in this revision

Viewing changes to www/apps/browser/__init__.py

  • Committer: wagrant
  • Date: 2008-07-14 05:10:22 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:864
browser: Fix moreactions' Submit option's name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
      ('Publishing', True, [
144
144
        ('publish', ['Publish',          'Make it so this directory can be seen by anyone on the web']),
145
145
        ('share',   ['Share this file',  'Get a link to this published file, to give to friends']),
146
 
        ('submit',  ['Submit this file', 'Submit the selected files for an assignment'])
 
146
        ('submit',  ['Submit', 'Submit the selected files for an assignment'])
147
147
      ]),
148
148
      ('File actions', True, [
149
149
        ('rename',  ['Rename',           'Change the name of this file']),