nowa -> 2017
authorJan Szejko <janek37@gmail.com>
Wed, 20 Dec 2017 13:03:51 +0000 (14:03 +0100)
committerJan Szejko <janek37@gmail.com>
Wed, 20 Dec 2017 13:03:51 +0000 (14:03 +0100)
librarian/pypdf.py

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