Update copyright date
offlate/locales/offlate_en.ts
| 24 | 24 | </message> | |
| 25 | 25 | <message> | |
| 26 | 26 | <location filename="../ui/about.py" line="49"/> | |
| 27 | - | <source>Copyright (C) 2018-2020 Julien Lepiller</source> | |
| 27 | + | <source>Copyright (C) 2018-2021 Julien Lepiller</source> | |
| 28 | 28 | <translation type="unfinished"></translation> | |
| 29 | 29 | </message> | |
| 30 | 30 | </context> |
offlate/locales/offlate_fr.ts
| 26 | 26 | </message> | |
| 27 | 27 | <message> | |
| 28 | 28 | <location filename="../ui/about.py" line="49"/> | |
| 29 | - | <source>Copyright (C) 2018-2020 Julien Lepiller</source> | |
| 29 | + | <source>Copyright (C) 2018-2021 Julien Lepiller</source> | |
| 30 | 30 | <translation type="unfinished"></translation> | |
| 31 | 31 | </message> | |
| 32 | 32 | </context> |
offlate/ui/about.py
| 46 | 46 | explain.setWordWrap(True) | |
| 47 | 47 | ||
| 48 | 48 | copyright = QLabel(self) | |
| 49 | - | copyright.setText(self.tr("Copyright (C) 2018-2020 Julien Lepiller")) | |
| 49 | + | copyright.setText(self.tr("Copyright (C) 2018-2021 Julien Lepiller")) | |
| 50 | 50 | ||
| 51 | 51 | issue_button = QPushButton(self.tr("Report an issue")) | |
| 52 | 52 | ok_button = QPushButton(self.tr("Close this window")) |