← Back to team overview

launchpad-reviewers team mailing list archive

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

 

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

Commit message:
Allows users to understand what red/blue icons mean

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #666738 in Launchpad itself: "cannot tell who is 'essential' and who is not for a spec"
  https://bugs.launchpad.net/launchpad/+bug/666738

For more details, see:
https://code.launchpad.net/~chrisjohnston/launchpad/666738/+merge/140758
-- 
https://code.launchpad.net/~chrisjohnston/launchpad/666738/+merge/140758
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~chrisjohnston/launchpad/666738 into lp:launchpad.
=== modified file 'lib/lp/blueprints/templates/specification-subscriber-row.pt'
--- lib/lp/blueprints/templates/specification-subscriber-row.pt	2011-06-19 13:32:15 +0000
+++ lib/lp/blueprints/templates/specification-subscriber-row.pt	2012-12-19 19:03:37 +0000
@@ -19,13 +19,13 @@
           tal:condition="subscription/essential"
           alt="(essential)"
           src="/@@/subscriber-essential"
-          title="Has asked to take part in all discussions of this blueprint."
+          title="Participation Essential: Has asked to take part in all discussions of this blueprint."
         />
         <img
           tal:condition="not: subscription/essential"
           alt=""
           src="/@@/subscriber-inessential"
-          title="Normal subscriber."
+          title="Participation Optional"
         />
     </a>
     <tal:no_edit condition="not: subscription/required:launchpad.Edit">


Follow ups