fix typo
authorJan Szejko <janek37@gmail.com>
Mon, 24 Jul 2017 12:58:05 +0000 (14:58 +0200)
committerJan Szejko <janek37@gmail.com>
Mon, 24 Jul 2017 12:58:05 +0000 (14:58 +0200)
librarian/epub/xsltLast.xsl
librarian/text.py

index 5288443..5002743 100644 (file)
@@ -23,7 +23,7 @@
           <p class="info">
               <xsl:choose>
                   <xsl:when test="//dc:rights.license">
-                      Ten utwór jest udostepniony na licencji
+                      Ten utwór jest udostępniony na licencji
                       <a>
                           <xsl:attribute name="href">
                               <xsl:value-of select="//dc:rights.license" />
index c86b3f8..f82a7f9 100644 (file)
@@ -58,7 +58,7 @@ def transform(wldoc, flags=None, **options):
             license_description = parsed_dc.license_description
             license = parsed_dc.license
             if license:
-                license_description = u"Ten utwór jest udostepniony na licencji %s: \n%s" % \
+                license_description = u"Ten utwór jest udostępniony na licencji %s: \n%s" % \
                                       (license_description, license)
             else:
                 license_description = (