forked from openlp/openlp
Fix copyright symbol in translation strings.
This commit is contained in:
parent
1f0a37d4ba
commit
ba89e6e1a2
@ -150,7 +150,7 @@ class AboutForm(QtGui.QDialog):
|
|||||||
"""
|
"""
|
||||||
AboutForm.setWindowTitle(self.trUtf8('About openlp.org'))
|
AboutForm.setWindowTitle(self.trUtf8('About openlp.org'))
|
||||||
self.CopyrightLabel.setText(
|
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(
|
self.AboutAuthors.setText(self.trUtf8(
|
||||||
'openlp.org is written and maintained by volunteers. If you would '
|
'openlp.org is written and maintained by volunteers. If you would '
|
||||||
'like to see more free Christian software being written, please '
|
'like to see more free Christian software being written, please '
|
||||||
|
@ -441,7 +441,7 @@ class Ui_EditSongDialog(object):
|
|||||||
self.ThemeGroupBox.setTitle(self.trUtf8('Theme'))
|
self.ThemeGroupBox.setTitle(self.trUtf8('Theme'))
|
||||||
self.ThemeAddButton.setText(self.trUtf8('Add a Theme'))
|
self.ThemeAddButton.setText(self.trUtf8('Add a Theme'))
|
||||||
self.CopyrightGroupBox.setTitle(self.trUtf8('Copyright Information'))
|
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.CCLILabel.setText(self.trUtf8('CCLI Number:'))
|
||||||
self.CommentsGroupBox.setTitle(self.trUtf8('Comments'))
|
self.CommentsGroupBox.setTitle(self.trUtf8('Comments'))
|
||||||
self.SongTabWidget.setTabText(
|
self.SongTabWidget.setTabText(
|
||||||
|
Loading…
Reference in New Issue
Block a user