Merge lp:~stevenk/launchpad/no-create-ppa-mouseover into lp:launchpad

Proposed by Steve Kowalik
Status: Merged
Approved by: Steve Kowalik
Approved revision: no longer in the source branch.
Merged at revision: 14896
Proposed branch: lp:~stevenk/launchpad/no-create-ppa-mouseover
Merge into: lp:launchpad
Diff against target: 14 lines (+1/-3)
1 file modified
lib/lp/registry/browser/person.py (+1/-3)
To merge this branch: bzr merge lp:~stevenk/launchpad/no-create-ppa-mouseover
Reviewer Review Type Date Requested Status
Steve Kowalik (community) code Approve
Review via email: mp+95500@code.launchpad.net

Commit message

[r=stevenk][bug=944515] Remove the unnecessary mouseover text when creating a PPA.

Description of the change

Remove the unnecessary mouseover text when creating a PPA.

To post a comment you must log in.
Revision history for this message
Steve Kowalik (stevenk) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/registry/browser/person.py'
2--- lib/lp/registry/browser/person.py 2012-02-21 22:46:28 +0000
3+++ lib/lp/registry/browser/person.py 2012-03-02 07:57:24 +0000
4@@ -652,9 +652,7 @@
5 def activate_ppa(self):
6 target = "+activate-ppa"
7 text = 'Create a new PPA'
8- summary = ('Acknowledge terms of service for Launchpad Personal '
9- 'Package Archive and create a new PPA.')
10- return Link(target, text, summary, icon='add')
11+ return Link(target, text, icon='add')
12
13 def related_software_summary(self):
14 target = '+related-software'