[damned-lies] Fix string



commit 2b989b510e1d83764dae7903a6238d992cca5df4
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue May 26 10:36:47 2009 +0200

    Fix string
---
 templates/teams/team_detail.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/teams/team_detail.html b/templates/teams/team_detail.html
index 317253e..4e1b063 100644
--- a/templates/teams/team_detail.html
+++ b/templates/teams/team_detail.html
@@ -63,7 +63,7 @@
   <tr><td></td><td><a href="{% url language_all lang.locale,"ui" %}">{% trans "All modules" %}</a></td>
       <td></td><td><a href="{% url language_all lang.locale,"doc" %}">{% trans "All modules" %}</a></td><td></td></tr>
 </table>
-<p><strong>{% trans "Plural form:" %}</strong> {{ lang.get_plurals }}</p>
+<p><strong>{% trans "Plural forms:" %}</strong> {{ lang.get_plurals }}</p>
 
 {% endfor %}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]