From b367007e6ea2bfc3dc133d4fa165bb57172d8c1f Mon Sep 17 00:00:00 2001
From: Lars Eggert <lars@eggert.org>
Date: Wed, 22 Jul 2015 10:57:32 +0000
Subject: [PATCH] Make nav title capitalization consistent with other text.
 Consistently add arrows for tabs that navigate away from the site. Shorten
 some text. Commit ready for merge.  - Legacy-Id: 9849

---
 ietf/group/info.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ietf/group/info.py b/ietf/group/info.py
index 9ce6b238d..4d36e1546 100644
--- a/ietf/group/info.py
+++ b/ietf/group/info.py
@@ -298,12 +298,12 @@ def construct_group_menu_context(request, group, selected, group_type, others):
         entries.append(("Materials", urlreverse("ietf.group.info.materials", kwargs=kwargs)))
     entries.append(("History", urlreverse("ietf.group.info.history", kwargs=kwargs)))
     if group.features.has_documents:
-        entries.append(("Dependency Graph", urlreverse("ietf.group.info.dependencies_pdf", kwargs=kwargs)))
+        entries.append((mark_safe("Dependency graph &raquo;"), urlreverse("ietf.group.info.dependencies_pdf", kwargs=kwargs)))
 
     if group.list_archive.startswith("http:") or group.list_archive.startswith("https:") or group.list_archive.startswith("ftp:"):
-        entries.append((mark_safe("List Archive &raquo;"), group.list_archive))
+        entries.append((mark_safe("List archive &raquo;"), group.list_archive))
     if group.has_tools_page():
-        entries.append((mark_safe("Tools %s Page &raquo;" % group.type.name), "https://tools.ietf.org/%s/%s/" % (group.type_id, group.acronym)))
+        entries.append((mark_safe("Tools page &raquo;"), "https://tools.ietf.org/%s/%s/" % (group.type_id, group.acronym)))
 
 
     # actions