← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~matthew.revell/launchpad/may-be-notified-bug-802535 into lp:launchpad

 

Matthew Revell has proposed merging lp:~matthew.revell/launchpad/may-be-notified-bug-802535 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #802535 in Launchpad itself: ""Maybe notified" should be "May be notified" in bug subscribers portlet"
  https://bugs.launchpad.net/launchpad/+bug/802535

For more details, see:
https://code.launchpad.net/~matthew.revell/launchpad/may-be-notified-bug-802535/+merge/66000
-- 
https://code.launchpad.net/~matthew.revell/launchpad/may-be-notified-bug-802535/+merge/66000
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~matthew.revell/launchpad/may-be-notified-bug-802535 into lp:launchpad.
=== modified file 'lib/lp/bugs/javascript/subscribers_list.js'
--- lib/lp/bugs/javascript/subscribers_list.js	2011-06-17 10:38:53 +0000
+++ lib/lp/bugs/javascript/subscribers_list.js	2011-06-27 14:26:45 +0000
@@ -50,7 +50,7 @@
     'Discussion': 'Notified of all changes',
     'Details': 'Notified of all changes except comments',
     'Lifecycle': 'Notified when the bug is closed or reopened',
-    'Maybe': 'Maybe notified'
+    'Maybe': 'May be notified'
 };
 
 /**