From 8b5580286e822f97cd6fa63d463654adc0c44d2f Mon Sep 17 00:00:00 2001 From: Chris Cahoon Date: Sat, 13 Jun 2009 03:29:43 +0000 Subject: [PATCH] Fixed #11271 -- Added a translation marker for the list_editable save button. Thanks to dc for the report. git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@10998 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/admin/templates/admin/pagination.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/pagination.html b/django/contrib/admin/templates/admin/pagination.html index aaba97fdb7..358813290c 100644 --- a/django/contrib/admin/templates/admin/pagination.html +++ b/django/contrib/admin/templates/admin/pagination.html @@ -8,5 +8,5 @@ {% endif %} {{ cl.result_count }} {% ifequal cl.result_count 1 %}{{ cl.opts.verbose_name }}{% else %}{{ cl.opts.verbose_name_plural }}{% endifequal %} {% if show_all_url %}  {% trans 'Show all' %}{% endif %} -{% if cl.formset and cl.result_count %}{% endif %} +{% if cl.formset and cl.result_count %}{% endif %}