=== modified file 'openlp/core/common/languagemanager.py' --- openlp/core/common/languagemanager.py 2017-08-11 10:22:54 +0100 +++ openlp/core/common/languagemanager.py 2017-08-11 10:53:21 +0100 @@ -141,7 +141,7 @@ if reg_ex.exactMatch(qmf): name = '{regex}'.format(regex=reg_ex.cap(1)) LanguageManager.__qm_list__[ - '{count:>2i} {name}'.format(count=counter + 1, name=LanguageManager.language_name(qmf))] = name + '{count:>2d} {name}'.format(count=counter + 1, name=LanguageManager.language_name(qmf))] = name @staticmethod def get_qm_list():