diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-04 04:27:45 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-12-04 04:27:45 +0000 |
| commit | 19afc46c3367ea342b034beb8e0778ca00f9febd (patch) | |
| tree | 2e5079fdeeb01aea06767532836ed1e940e939be | |
| parent | f964a3b1ee9c735c780fc45dfbd0e9dae7d836f8 (diff) | |
Fixed #12158 -- Corrected Swedish translation for "Go". Thanks to skorpan for the report, and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/locale/sv/LC_MESSAGES/django.mo | bin | 63220 -> 63222 bytes | |||
| -rw-r--r-- | django/conf/locale/sv/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/sv/LC_MESSAGES/django.mo b/django/conf/locale/sv/LC_MESSAGES/django.mo Binary files differindex f65754a3c1..853f90ef6c 100644 --- a/django/conf/locale/sv/LC_MESSAGES/django.mo +++ b/django/conf/locale/sv/LC_MESSAGES/django.mo diff --git a/django/conf/locale/sv/LC_MESSAGES/django.po b/django/conf/locale/sv/LC_MESSAGES/django.po index 749d2c79dc..7a5de7be42 100644 --- a/django/conf/locale/sv/LC_MESSAGES/django.po +++ b/django/conf/locale/sv/LC_MESSAGES/django.po @@ -546,7 +546,7 @@ msgstr "Kör markerade operationer" #: contrib/admin/templates/admin/actions.html:4 #: contrib/admin/templates/admin/search_form.html:8 msgid "Go" -msgstr "Sök" +msgstr "Utför" #: contrib/admin/templates/admin/app_index.html:10 #: contrib/admin/templates/admin/index.html:19 |
