This commit is contained in:
stpeter 2012-02-08 15:17:55 -07:00
parent 2d1d4dc28d
commit 80a5080738
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ elif xepflag == "retract":
elif xepflag == "deprecate":
thesubject = 'DEPRECATED: XEP-'
elif xepflag == "obsolete":
thesubject = 'OBSOLETED: XEP-'
thesubject = 'OBSOLETE: XEP-'
elif xepflag == "defer":
thesubject = 'DEFERRED: XEP-'
else: