The unified diff between revisions [c1f4815d..] and [e83589f7..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'Mailman/Cgi/confirm.py'

#
#
# patch "Mailman/Cgi/confirm.py"
#  from [9794d0cbee5db02eac6db56cdebd746770cb6292]
#    to [27312bd61d289f54d0450b85c40fa227aef1654d]
#
============================================================
--- Mailman/Cgi/confirm.py	9794d0cbee5db02eac6db56cdebd746770cb6292
+++ Mailman/Cgi/confirm.py	27312bd61d289f54d0450b85c40fa227aef1654d
@@ -683,9 +683,9 @@ def heldmsg_approve(mlist, doc, cookie,
             %(listname)s.'''))
             listinfourl = mlist.GetScriptURL('listinfo', absolute=1)
             doc.AddItem(_('''\
-            To avoid having future messages held up, you can subscribe as
-            a post-only list member (you won't receive mail) at
-            %(listinfourl).'''))
+            To avoid having future messages getting held up, you can subscribe
+            as a <em>post-only</em> list member (you won't receive mail) at <a
+            href="%s">the list information page</a>.''' % listinfourl))
         mlist.Save()
     finally:
         mlist.Unlock()