1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.0.X] Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.

Backport of r10466 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-04-10 07:35:57 +00:00
parent 2d97ab1131
commit 9e22d3ca4a
2 changed files with 1 additions and 1 deletions

View File

@ -3720,7 +3720,7 @@ msgstr "这个值必须小于或等于 %s。"
#: forms/fields.py:168 forms/fields.py:197 forms/fields.py:226
#, python-format
msgid "Ensure this value is greater than or equal to %s."
msgstr "这个值必须于或等于 %s。"
msgstr "这个值必须于或等于 %s。"
#: forms/fields.py:195 forms/fields.py:224
msgid "Enter a number."