Fix songstab

This commit is contained in:
Samuel Mehrbrodt 2019-04-08 23:06:05 +02:00
parent 68ebb22d17
commit c038476b80
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ class SongsTab(SettingsTab):
'Import missing songs from Service files'))
self.songbook_slide_check_box.setText(translate('SongsPlugin.SongsTab',
'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 '
'be regarded as chords.'))
self.chords_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Chords'))