fixed a typo, regenerated language files
parent
1b98d00a30
commit
4ed0db3304
|
|
@ -23,7 +23,7 @@ msgstr ""
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"You may also drag and drop %(sortable_by_class_display_name)s to change "
|
"You may also drag and drop %(sortable_by_class_display_name)s to change "
|
||||||
"thier order."
|
"their order."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:50
|
#: templates/adminsortable/change_list.html:50
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -25,7 +25,7 @@ msgstr "Sleep %(model)s om de volgorde te veranderen"
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:39
|
#: templates/adminsortable/change_list.html:39
|
||||||
#, python-format
|
#, 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."
|
msgstr "U kunt ook %(sortable_by_class_display_name)s slepen om de volgorde te veranderen."
|
||||||
|
|
||||||
#: templates/adminsortable/change_list.html:50
|
#: templates/adminsortable/change_list.html:50
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
{% if sortable_by_class.is_sortable %}
|
{% if sortable_by_class.is_sortable %}
|
||||||
<p>
|
<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>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue