forked from openlp/openlp
Fixed 2 translate() functions in songplugin
This commit is contained in:
parent
b57a1619ff
commit
683a53c594
@ -63,9 +63,9 @@ class SongImport(object):
|
||||
self.verses = []
|
||||
self.versecount = 0
|
||||
self.choruscount = 0
|
||||
self.copyright_string = unicode(QtGui.QApplication.translate(
|
||||
self.copyright_string = unicode(translate(
|
||||
u'SongsPlugin.SongImport', u'copyright'))
|
||||
self.copyright_symbol = unicode(QtGui.QApplication.translate(
|
||||
self.copyright_symbol = unicode(translate(
|
||||
u'SongsPlugin.SongImport', u'\xa9'))
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
Reference in New Issue
Block a user