~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/productrelease.py

  • Committer: Curtis Hovey
  • Date: 2009-09-11 15:21:15 UTC
  • mto: This revision was merged to the branch mainline in revision 9421.
  • Revision ID: curtis.hovey@canonical.com-20090911152115-yltj9ug3q14dgb1w
Updated tests to verify new milestone layout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
    @enabled_with_permission('launchpad.Edit')
73
73
    def delete(self):
74
 
        text = 'Delete'
 
74
        text = 'Delete this release'
75
75
        summary = "Delete this release"
76
76
        return Link('+delete', text, summary=summary, icon='remove')
77
77