diff -r 1c96c36b58db -r d135c8c09967 app/soc/templates/soc/group/list/all.html --- a/app/soc/templates/soc/group/list/all.html Wed Oct 15 20:10:07 2008 +0000 +++ b/app/soc/templates/soc/group/list/all.html Wed Oct 15 20:24:02 2008 +0000 @@ -14,16 +14,16 @@ {% endcomment %} {% load forms_helpers %} {% block page_title %} -Site: {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List +Site: {{ group_type_plural }} List {% endblock %} {% block header_title %} -{% if group_type %}{{ group_type }}{% else %}Group{% endif %}s List +{{ group_type_plural }} List {% endblock %} {% block body %}

{% block instructions %} -List of {% if group_type %}{{ group_type }}{% else %}Group{% endif %}s in Google Open Source Programs. +List of {{ group_type_plural }} in Google Open Source Programs. {% endblock %}

{% include list_main %}