From bcbcc47be50474d715bb3215d1e212cd59eec7df Mon Sep 17 00:00:00 2001 From: stpeter Date: Fri, 12 Aug 2011 14:37:47 -0600 Subject: [PATCH] decisions in 2 weeks, not necessarily at next meeting --- inxep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxep.py b/inxep.py index 709ab6b0..8296ea40 100755 --- a/inxep.py +++ b/inxep.py @@ -117,7 +117,7 @@ introline = 'The XMPP Extensions Editor has received a proposal for a new XEP.' titleline = 'Title: ' + title abstractline = 'Abstract: ' + abstract urlline = 'URL: http://www.xmpp.org/extensions/inbox/' + xepname + '.html' -actionline = 'The XMPP Council will decide at its next meeting whether to accept this proposal as an official XEP.' +actionline = 'The XMPP Council will decide in the next two weeks whether to accept this proposal as an official XEP.' msg = "From: XMPP Extensions Editor <%s>\r\n" % fromaddr msg = msg + "To: %s\r\n" % toaddrs