← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~erik-lundin/openlp/bug-986495 into lp:openlp

 

Tim: But isn't "book name language" the currently used name of the setting? A start up converter already exists that renames the setting "bookname language" to "book name language":

plugins/bibles/bibleplugin.py:97:

if settings.contains(u'bookname language'):
    settings.setValue(u'book name language', settings.value(
        u'bookname language', QtCore.QVariant(0)).toInt()[0])
    settings.remove(u'bookname language')

-- 
https://code.launchpad.net/~erik-lundin/openlp/bug-986495/+merge/127122
Your team OpenLP Core is subscribed to branch lp:openlp.


References