forked from openlp/openlp
Fix songstab
This commit is contained in:
parent
68ebb22d17
commit
c038476b80
@ -122,7 +122,6 @@ class SongsTab(SettingsTab):
|
|||||||
'Import missing songs from Service files'))
|
'Import missing songs from Service files'))
|
||||||
self.songbook_slide_check_box.setText(translate('SongsPlugin.SongsTab',
|
self.songbook_slide_check_box.setText(translate('SongsPlugin.SongsTab',
|
||||||
'Add Songbooks as first slide'))
|
'Add Songbooks as first slide'))
|
||||||
self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))
|
|
||||||
self.chords_info_label.setText(translate('SongsPlugin.SongsTab', 'If enabled all text between "[" and "]" will '
|
self.chords_info_label.setText(translate('SongsPlugin.SongsTab', 'If enabled all text between "[" and "]" will '
|
||||||
'be regarded as chords.'))
|
'be regarded as chords.'))
|
||||||
self.chords_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Chords'))
|
self.chords_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Chords'))
|
||||||
|
Loading…
Reference in New Issue
Block a user