Missed about form

This commit is contained in:
Tim Bentley 2016-12-31 11:14:00 +00:00
parent 74ca42e220
commit a7ff760425
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@ class UiAboutDialog(object):
'Martin Thompson, Jon Tibble, Dave Warnock, Frode Woldsund, ' 'Martin Thompson, Jon Tibble, Dave Warnock, Frode Woldsund, '
'Martin Zibricky, Patrick Zimmermann') 'Martin Zibricky, Patrick Zimmermann')
copyright_note = translate('OpenLP.AboutForm', copyright_note = translate('OpenLP.AboutForm',
'Copyright \xa9 2004-2016 {cr}\n\n' 'Copyright \xa9 2004-2017 {cr}\n\n'
'Portions copyright \xa9 2004-2016 {others}').format(cr='Raoul Snyman', 'Portions copyright \xa9 2004-2017 {others}').format(cr='Raoul Snyman',
others=cr_others) others=cr_others)
licence = translate('OpenLP.AboutForm', licence = translate('OpenLP.AboutForm',
'This program is free software; you can redistribute it and/or ' 'This program is free software; you can redistribute it and/or '