X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/08e687e53ba84afd39646185142e59c6bfe77783..48a6d2ddc3e5ce215beddd6369f01598651ad216:/src/isbn/forms.py?ds=sidebyside

diff --git a/src/isbn/forms.py b/src/isbn/forms.py
index f513bd522..4bca0100b 100644
--- a/src/isbn/forms.py
+++ b/src/isbn/forms.py
@@ -1,12 +1,11 @@
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 #
 from datetime import date
 import json
 from urllib.request import urlopen
 
 from django import forms
-from django.utils.translation import gettext_lazy as _
 from slugify import slugify
 
 from isbn.management.commands.import_onix import UNKNOWN
@@ -63,7 +62,7 @@ class FNPISBNForm(forms.Form):
         ('EPUB', 'ePUB'),
         ('MOBI', 'MOBI'),
         ('TXT', 'TXT'),
-        ('SOFT', _('Soft cover book')),
+        ('SOFT', 'Miękka oprawa'),
     )
     LANGUAGE_CHOICES = (
         ('pol', 'polski'),