Fix copyright symbol in translation strings.

This commit is contained in:
Michael Gorven 2009-11-30 08:39:36 +02:00
parent 1f0a37d4ba
commit ba89e6e1a2
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ class AboutForm(QtGui.QDialog):
"""
AboutForm.setWindowTitle(self.trUtf8('About openlp.org'))
self.CopyrightLabel.setText(
self.trUtf8('Copyright \u00a9 2004-2009 openlp.org Foundation'))
self.trUtf8(u'Copyright \u00a9 2004-2009 openlp.org Foundation'.encode('utf8')))
self.AboutAuthors.setText(self.trUtf8(
'openlp.org is written and maintained by volunteers. If you would '
'like to see more free Christian software being written, please '

View File

@ -441,7 +441,7 @@ class Ui_EditSongDialog(object):
self.ThemeGroupBox.setTitle(self.trUtf8('Theme'))
self.ThemeAddButton.setText(self.trUtf8('Add a Theme'))
self.CopyrightGroupBox.setTitle(self.trUtf8('Copyright Information'))
self.CopyrightInsertButton.setText(self.trUtf8('\u00a9'))
self.CopyrightInsertButton.setText(self.trUtf8(u'\u00a9'.encode('utf8')))
self.CCLILabel.setText(self.trUtf8('CCLI Number:'))
self.CommentsGroupBox.setTitle(self.trUtf8('Comments'))
self.SongTabWidget.setTabText(