forked from openlp/openlp
Fixed a small bug where there was a "u" in the verse label with () brackets.
This commit is contained in:
parent
5814a491c7
commit
2ef095dd98
@ -519,7 +519,7 @@ class BibleMediaItem(MediaManagerItem):
|
||||
#permission = self._decodeQtObject(reference, 'permission')
|
||||
if self.parent.settings_tab.display_style == 1:
|
||||
verse_text = self.formatVerse(old_chapter, chapter, verse,
|
||||
u'(u', u')')
|
||||
u'(', u')')
|
||||
elif self.parent.settings_tab.display_style == 2:
|
||||
verse_text = self.formatVerse(old_chapter, chapter, verse,
|
||||
u'{', u'}')
|
||||
|
Loading…
Reference in New Issue
Block a user