From: Jan Szejko Date: Thu, 7 Jun 2018 13:55:50 +0000 (+0200) Subject: 2017 -> Nowa X-Git-Url: https://git.mdrn.pl/librarian.git/commitdiff_plain/refs/heads/edumed-ofop?ds=sidebyside 2017 -> Nowa --- diff --git a/librarian/pypdf.py b/librarian/pypdf.py index 256bc34..d53d71e 100644 --- a/librarian/pypdf.py +++ b/librarian/pypdf.py @@ -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 = '\n' if 'currset' in curr_elements: for (course, level), types in curr_elements['currset'].iteritems():