fixed a typo, regenerated language files

master
Dominique Lederer 2012-03-15 10:12:28 +01:00
parent 1b98d00a30
commit 4ed0db3304
4 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ msgstr ""
#, python-format
msgid ""
"You may also drag and drop %(sortable_by_class_display_name)s to change "
"thier order."
"their order."
msgstr ""
#: templates/adminsortable/change_list.html:50

View File

@ -25,7 +25,7 @@ msgstr "Sleep %(model)s om de volgorde te veranderen"
#: templates/adminsortable/change_list.html:39
#, python-format
msgid "You may also drag and drop %(sortable_by_class_display_name)s to change thier order."
msgid "You may also drag and drop %(sortable_by_class_display_name)s to change their order."
msgstr "U kunt ook %(sortable_by_class_display_name)s slepen om de volgorde te veranderen."
#: templates/adminsortable/change_list.html:50

View File

@ -35,7 +35,7 @@
</h1>
{% if sortable_by_class.is_sortable %}
<p>
{% blocktrans %}You may also drag and drop {{ sortable_by_class_display_name }} to change thier order.{% endblocktrans %}
{% blocktrans %}You may also drag and drop {{ sortable_by_class_display_name }} to change their order.{% endblocktrans %}
</p>
{% endif %}
{% endblock %}