forked from openlp/openlp
Fix dates
bzr-revno: 774
This commit is contained in:
commit
a6bcdb4e56
@ -166,9 +166,9 @@ class Ui_AboutDialog(object):
|
|||||||
self.AboutNotebook.indexOf(self.CreditsTab),
|
self.AboutNotebook.indexOf(self.CreditsTab),
|
||||||
self.trUtf8('Credits'))
|
self.trUtf8('Credits'))
|
||||||
self.LicenseTextEdit.setPlainText(self.trUtf8(
|
self.LicenseTextEdit.setPlainText(self.trUtf8(
|
||||||
'Copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2009 Raoul '
|
'Copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2010 Raoul '
|
||||||
'Snyman\n'
|
'Snyman\n'
|
||||||
'Portions copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2009 '
|
'Portions copyright ' + u'\u00a9'.encode('utf8') + ' 2004-2010 '
|
||||||
'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, '
|
'Tim Bentley, Jonathan Corwin, Michael Gorven, Scott Guerrieri, '
|
||||||
'Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon '
|
'Christian Richter, Maikel Stuivenberg, Martin Thompson, Jon '
|
||||||
'Tibble, Carsten Tinggaard\n'
|
'Tibble, Carsten Tinggaard\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user