diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-09-13 03:09:35 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-09-13 03:09:35 +0000 |
| commit | 7ae2f7072281096300478e5e0c16e9f3375899df (patch) | |
| tree | 07c99b503f17311b0539143eba8197f24b255b5f | |
| parent | f8077919b5b4c13f15a2e47a7fb657ac81685302 (diff) | |
Fixed #11862 -- Corrected an error in the Hebrew translation. Thanks to Adam Rimon for the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11550 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/he/LC_MESSAGES/django.mo | bin | 72623 -> 72636 bytes | |||
| -rw-r--r-- | django/conf/locale/he/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/he/LC_MESSAGES/django.mo b/django/conf/locale/he/LC_MESSAGES/django.mo Binary files differindex 8d8e328203..9a3e69c5c1 100644 --- a/django/conf/locale/he/LC_MESSAGES/django.mo +++ b/django/conf/locale/he/LC_MESSAGES/django.mo diff --git a/django/conf/locale/he/LC_MESSAGES/django.po b/django/conf/locale/he/LC_MESSAGES/django.po index 53b40132ba..ed048c76f2 100644 --- a/django/conf/locale/he/LC_MESSAGES/django.po +++ b/django/conf/locale/he/LC_MESSAGES/django.po @@ -391,7 +391,7 @@ msgstr "הוספת %s" #: contrib/admin/options.py:1003 #, python-format msgid "%(name)s object with primary key %(key)r does not exist." -msgstr "הפריט %(name)s עם המקש %(key)r אינו קיים." +msgstr "הפריט %(name)s עם המפתח הראשי %(key)r אינו קיים." #: contrib/admin/options.py:860 #, python-format |
