Skip to content

Commit 0884aa9

Browse files
committed
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
1 parent b964790 commit 0884aa9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

django/conf/locale/zh_CN/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,7 @@ msgstr "这个值必须小于或等于 %s。"
37153715
#: forms/fields.py:168 forms/fields.py:197 forms/fields.py:226
37163716
#, python-format
37173717
msgid "Ensure this value is greater than or equal to %s."
3718-
msgstr "这个值必须小于或等于 %s。"
3718+
msgstr "这个值必须大于或等于 %s。"
37193719

37203720
#: forms/fields.py:195 forms/fields.py:224
37213721
msgid "Enter a number."

0 commit comments

Comments
 (0)