Commit 0884aa9b authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent b9647905
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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."