~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/browser/specification.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-07 04:56:36 UTC
  • mfrom: (13165.1.1 cap-fix)
  • Revision ID: launchpad@pqm.canonical.com-20110607045636-2a94agkoggdayh7y
[r=wgrant][no-qa] Fix 'Update Subscription' on blueprint pages to be
 sentence case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
            text = 'Edit subscription'
477
477
            icon = 'edit'
478
478
        elif self.context.isSubscribed(user):
479
 
            text = 'Update Subscription'
 
479
            text = 'Update subscription'
480
480
            icon = 'edit'
481
481
        else:
482
482
            text = 'Subscribe'