Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-04-10 07:26:21 +00:00
parent b96479052b
commit 0884aa9b81
2 changed files with 1 additions and 1 deletions

View File

@ -3715,7 +3715,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."