forked from openlp/openlp
Merge lp:~mgorven/openlp/copyright-symbol: Fix copyright symbol in translation strings.
https://code.launchpad.net/~mgorven/openlp/copyright-symbol/+merge/15399 bzr-revno: 683
This commit is contained in:
commit
9f5d1956ac
@ -442,7 +442,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(
|
||||
|
Loading…
Reference in New Issue
Block a user