2017 -> Nowa edumed-ofop
authorJan Szejko <janek37@gmail.com>
Thu, 7 Jun 2018 13:55:50 +0000 (15:55 +0200)
committerJan Szejko <janek37@gmail.com>
Thu, 7 Jun 2018 13:55:50 +0000 (15:55 +0200)
librarian/pypdf.py

index 256bc34..d53d71e 100644 (file)
@@ -131,7 +131,7 @@ class EduModule(Xmill):
                 curr_elements = curriculum(identifiers)
             except ImportError:
                 curr_elements = {'identifiers': identifiers}
-            items = ['Podstawa programowa 2017:' if new else 'Podstawa programowa:']
+            items = ['Nowa podstawa programowa:' if new else 'Podstawa programowa:']
             newline = '<ctrl ch="\\"/>\n'
             if 'currset' in curr_elements:
                 for (course, level), types in curr_elements['currset'].iteritems():