← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~chrisjohnston/launchpad/483373 into lp:launchpad

 

Chris Johnston has proposed merging lp:~chrisjohnston/launchpad/483373 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #483373 in Launchpad itself: "not intuitive update participation essential trigered by unsubscribe"
  https://bugs.launchpad.net/launchpad/+bug/483373

For more details, see:
https://code.launchpad.net/~chrisjohnston/launchpad/483373/+merge/61042
-- 
https://code.launchpad.net/~chrisjohnston/launchpad/483373/+merge/61042
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~chrisjohnston/launchpad/483373 into lp:launchpad.
=== modified file 'lib/lp/blueprints/browser/specification.py'
--- lib/lp/blueprints/browser/specification.py	2011-03-16 08:41:17 +0000
+++ lib/lp/blueprints/browser/specification.py	2011-05-15 20:24:31 +0000
@@ -476,7 +476,7 @@
             text = 'Edit subscription'
             icon = 'edit'
         elif self.context.isSubscribed(user):
-            text = 'Unsubscribe'
+            text = 'Update Subscription'
             icon = 'remove'
         else:
             text = 'Subscribe'