forked from openlp/openlp
Head683
This commit is contained in:
commit
7eeb81f00a
@ -442,7 +442,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