forked from openlp/openlp
Fix text issues
This commit is contained in:
parent
c262d9ad75
commit
bccc3c56ca
@ -830,7 +830,7 @@ class ServiceManager(QtGui.QWidget):
|
||||
self.parent.LiveController.replaceServiceManagerItem(newItem)
|
||||
self.parent.serviceChanged(False, self.serviceName)
|
||||
|
||||
def addServiceItem(self, item, rebuild=False, expand=True, replace=False):
|
||||
def addServiceItem(self, item, rebuild=False, expand=False, replace=False):
|
||||
"""
|
||||
Add a Service item to the list
|
||||
|
||||
|
@ -84,7 +84,7 @@ class SongsTab(SettingsTab):
|
||||
self.SongUpdateOnEditCheckBox.setText(
|
||||
translate('SongsPlugin.SongsTab', 'Update service from song edit'))
|
||||
self.SongAddFromServiceCheckBox.setText(translate('SongsPlugin.SongsTab',
|
||||
'Add songs from service being Loaded'))
|
||||
'Add missing songs when opening service'))
|
||||
|
||||
def onSearchAsTypeCheckBoxChanged(self, check_state):
|
||||
self.song_search = False
|
||||
|
Loading…
Reference in New Issue
Block a user