From a7ff760425b827792bb9a58e5a8cf65b227468ea Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 31 Dec 2016 11:14:00 +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 1178f2c70..8aeb22596 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.py @@ -307,8 +307,8 @@ class UiAboutDialog(object): 'Martin Thompson, Jon Tibble, Dave Warnock, Frode Woldsund, ' 'Martin Zibricky, Patrick Zimmermann') copyright_note = translate('OpenLP.AboutForm', - 'Copyright \xa9 2004-2016 {cr}\n\n' - 'Portions copyright \xa9 2004-2016 {others}').format(cr='Raoul Snyman', + 'Copyright \xa9 2004-2017 {cr}\n\n' + 'Portions copyright \xa9 2004-2017 {others}').format(cr='Raoul Snyman', others=cr_others) licence = translate('OpenLP.AboutForm', 'This program is free software; you can redistribute it and/or '