Update copyright date

Julien LepillerSun Aug 29 21:38:45+0200 2021

9f7a86a

Update copyright date

offlate/locales/offlate_en.ts

2424
    </message>
2525
    <message>
2626
        <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>
2828
        <translation type="unfinished"></translation>
2929
    </message>
3030
</context>

offlate/locales/offlate_fr.ts

2626
    </message>
2727
    <message>
2828
        <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>
3030
        <translation type="unfinished"></translation>
3131
    </message>
3232
</context>

offlate/ui/about.py

4646
        explain.setWordWrap(True)
4747
4848
        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"))
5050
5151
        issue_button = QPushButton(self.tr("Report an issue"))
5252
        ok_button = QPushButton(self.tr("Close this window"))