summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads/summary_thread_large.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/threads/summary_thread_large.html')
-rw-r--r--hyperkitty/templates/threads/summary_thread_large.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/summary_thread_large.html b/hyperkitty/templates/threads/summary_thread_large.html
index 05a7e99..450278b 100644
--- a/hyperkitty/templates/threads/summary_thread_large.html
+++ b/hyperkitty/templates/threads/summary_thread_large.html
@@ -7,7 +7,7 @@
<div class="{% if thread.favorite %}saved{% else %}notsaved{% endif %}">
<span class="thread-title">
{% if thread.unread %}
- <i class="unread icon-eye-close" title="Unread"></i>
+ <i class="unread icon-eye-close" title="New messages in this thread"></i>
{% endif %}
<a name="{{thread.thread_id}}"
href="{% url 'thread' threadid=thread.thread_id mlist_fqdn=mlist.name %}"