From 72546dfe441add5ccd06847328e63d919a53497d Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 18 Jul 2015 15:29:12 +0000 Subject: [PATCH] Merged in [9782] from lars@netapp.com: Make title capitalization consistent with other pages. - Legacy-Id: 9801 Note: SVN reference [9782] has been migrated to Git commit 46cfd0b52a3982cd1e1d6a6e01a8ce03053ed345 --- ietf/doc/views_help.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ietf/doc/views_help.py b/ietf/doc/views_help.py index 6b94ca60f..1a8d8cb34 100644 --- a/ietf/doc/views_help.py +++ b/ietf/doc/views_help.py @@ -8,10 +8,10 @@ from ietf.doc.utils import get_tags_for_stream_id def state_help(request, type): slug, title = { - "draft-iesg": ("draft-iesg", "IESG States For Internet-Drafts"), - "draft-rfceditor": ("draft-rfceditor", "RFC Editor States For Internet-Drafts"), - "draft-iana-action": ("draft-iana-action", "IANA Action States For Internet-Drafts"), - "draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States For Internet-Drafts"), + "draft-iesg": ("draft-iesg", "IESG States for Internet-Drafts"), + "draft-rfceditor": ("draft-rfceditor", "RFC Editor States for Internet-Drafts"), + "draft-iana-action": ("draft-iana-action", "IANA Action States for Internet-Drafts"), + "draft-stream-ietf": ("draft-stream-ietf", "IETF Stream States for Internet-Drafts"), "charter": ("charter", "Charter States"), "conflict-review": ("conflrev", "Conflict Review States"), "status-change": ("statchg", "RFC Status Change States"),