From d5bc58b183081682ffe55a3565e35fd04eb479b9 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Fri, 24 Mar 2017 11:37:04 +0100
Subject: [PATCH] Mark 'Sites menu' text for translation

---
 .../wagtailadmin/pages/listing/_page_title_explore.html         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_page_title_explore.html b/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_page_title_explore.html
index 45c4bc57ba..28eb393790 100644
--- a/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_page_title_explore.html
+++ b/wagtail/wagtailadmin/templates/wagtailadmin/pages/listing/_page_title_explore.html
@@ -5,7 +5,7 @@
 <h2>
     {% if page.sites_rooted_here.exists %}
         {% if perms.wagtailcore.add_site or perms.wagtailcore.change_site or perms.wagtailcore.delete_site %}
-            <a href="{% url 'wagtailsites:index' %}" class="icon icon-site" title="Sites menu"></a>
+            <a href="{% url 'wagtailsites:index' %}" class="icon icon-site" title="{% trans 'Sites menu' %}"></a>
         {% endif %}
     {% endif %}