From acb5879ba1da5ed4993b21633230d69afb047815 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 6 Nov 2010 09:23:37 +0000 Subject: [PATCH] Merged [2615] from rjsparks@nostrum.com: Changed the language used in the last call email to be closer to the language the tracker uses when no IPR declarations are found directly on the draft. Fixes #506 - Legacy-Id: 2631 Note: SVN reference [2615] has been migrated to Git commit cd14ad91ae9d2462b49e4f8887db7efe68cb50ea --- ietf/idrfc/views_ballot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/idrfc/views_ballot.py b/ietf/idrfc/views_ballot.py index 912ca463f..1f57044ba 100644 --- a/ietf/idrfc/views_ballot.py +++ b/ietf/idrfc/views_ballot.py @@ -634,7 +634,7 @@ def make_last_call(request, name): announcement += "\n".join(links) else: announcement += "\n\n" - announcement += "No IPR declarations were found that appear related to this I-D." + announcement += "No IPR declarations have been submitted directly on this I-D." if request.method == 'POST': form = MakeLastCallForm(request.POST)