Author: russellm
Date: 2009-06-06 08:43:44 -0500 (Sat, 06 Jun 2009)
New Revision: 10931

Modified:
   django/trunk/django/contrib/admin/templates/admin/pagination.html
Log:
Fixed #11271 -- Added a translation marker for the list_editable save button. 
Thanks to dc for the report.

Modified: django/trunk/django/contrib/admin/templates/admin/pagination.html
===================================================================
--- django/trunk/django/contrib/admin/templates/admin/pagination.html   
2009-06-06 13:39:13 UTC (rev 10930)
+++ django/trunk/django/contrib/admin/templates/admin/pagination.html   
2009-06-06 13:43:44 UTC (rev 10931)
@@ -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 %}&nbsp;&nbsp;<a href="{{ show_all_url }}" 
class="showall">{% trans 'Show all' %}</a>{% endif %}
-{% if cl.formset and cl.result_count %}<input type="submit" name="_save" 
class="default" value="Save"/>{% endif %}
+{% if cl.formset and cl.result_count %}<input type="submit" name="_save" 
class="default" value="{% trans 'Save' %}"/>{% endif %}
 </p>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to