Fixed a small bug where there was a "u" in the verse label with () brackets.

This commit is contained in:
Raoul Snyman 2010-07-26 08:06:17 +02:00
parent 5814a491c7
commit 2ef095dd98
1 changed files with 2 additions and 2 deletions

View File

@ -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'}')