forked from openlp/openlp
Fix string that makes it possible to translate the string.
This commit is contained in:
parent
7221778a16
commit
cacb3ca0a0
@ -79,8 +79,8 @@ class SongsTab(SettingsTab):
|
|||||||
'Import missing songs from service files'))
|
'Import missing songs from service files'))
|
||||||
self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))
|
self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))
|
||||||
self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab',
|
self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab',
|
||||||
'Display "%s" symbol before copyright info' %
|
'Display "%s" symbol before copyright info') %
|
||||||
SongStrings.CopyrightSymbol))
|
SongStrings.CopyrightSymbol)
|
||||||
|
|
||||||
def on_search_as_type_check_box_changed(self, check_state):
|
def on_search_as_type_check_box_changed(self, check_state):
|
||||||
self.song_search = (check_state == QtCore.Qt.Checked)
|
self.song_search = (check_state == QtCore.Qt.Checked)
|
||||||
|
Loading…
Reference in New Issue
Block a user