Fix string that makes it possible to translate the string.

This commit is contained in:
Tomas Groth 2015-10-03 13:00:44 +01:00
parent 7221778a16
commit cacb3ca0a0

View File

@ -79,8 +79,8 @@ class SongsTab(SettingsTab):
'Import missing songs from service files'))
self.display_songbook_check_box.setText(translate('SongsPlugin.SongsTab', 'Display songbook in footer'))
self.display_copyright_check_box.setText(translate('SongsPlugin.SongsTab',
'Display "%s" symbol before copyright info' %
SongStrings.CopyrightSymbol))
'Display "%s" symbol before copyright info') %
SongStrings.CopyrightSymbol)
def on_search_as_type_check_box_changed(self, check_state):
self.song_search = (check_state == QtCore.Qt.Checked)