From c5c98157bad88bba80fb7402abdab2d07f4f1f59 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 31 Dec 2016 11:11:47 +0000 Subject: [PATCH] Missed about form --- openlp/core/ui/aboutdialog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index 98cc60df1..542df0854 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -298,8 +298,8 @@ class UiAboutDialog(object): self.about_notebook.setTabText(self.about_notebook.indexOf(self.credits_tab), translate('OpenLP.AboutForm', 'Credits')) copyright_note = translate('OpenLP.AboutForm', - 'Copyright \xa9 2004-2016 %s\n' - 'Portions copyright \xa9 2004-2016 %s') % \ + 'Copyright \xa9 2004-2017 %s\n' + 'Portions copyright \xa9 2004-2017 %s') % \ ('Raoul Snyman', 'Tim Bentley, Gerald Britton, Jonathan Corwin, Samuel Findlay, ' 'Michael Gorven, Scott Guerrieri, Matthias Hub, Meinert Jordan, '