From 706d10353dc3a18089c13cd9d176ef4771c51abf Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Tue, 31 Jul 2007 19:37:44 +0000 Subject: [PATCH] decisions occur at meetings git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1099 4b5297f7-1745-476d-ba37-a9c6900126ab --- inxep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxep.py b/inxep.py index 0ae80aa9..e13c7e77 100755 --- a/inxep.py +++ b/inxep.py @@ -95,7 +95,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 within 7 days (or at its next meeting) whether to accept this proposal as an official XEP.' +actionline = 'The XMPP Council will decide at its next meeting 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