forked from openlp/openlp
string changes
This commit is contained in:
parent
b97445eaab
commit
45e4d2c77d
@ -330,9 +330,9 @@ class AdvancedTab(SettingsTab):
|
|||||||
self.slideLabel.setText(translate('OpenLP.GeneralTab',
|
self.slideLabel.setText(translate('OpenLP.GeneralTab',
|
||||||
'Behaviour of next/previous on the last/first slide:'))
|
'Behaviour of next/previous on the last/first slide:'))
|
||||||
self.endSlideRadioButton.setText(
|
self.endSlideRadioButton.setText(
|
||||||
translate('OpenLP.GeneralTab', '&Keep slide'))
|
translate('OpenLP.GeneralTab', '&Remain on Slide'))
|
||||||
self.wrapSlideRadioButton.setText(
|
self.wrapSlideRadioButton.setText(
|
||||||
translate('OpenLP.GeneralTab', '&Wrap arround'))
|
translate('OpenLP.GeneralTab', '&Wrap around'))
|
||||||
self.nextItemRadioButton.setText(translate('OpenLP.GeneralTab',
|
self.nextItemRadioButton.setText(translate('OpenLP.GeneralTab',
|
||||||
'&Move to next/previous service item'))
|
'&Move to next/previous service item'))
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ class SongsTab(SettingsTab):
|
|||||||
self.updateOnEditCheckBox.setText(
|
self.updateOnEditCheckBox.setText(
|
||||||
translate('SongsPlugin.SongsTab', 'Update service from song edit'))
|
translate('SongsPlugin.SongsTab', 'Update service from song edit'))
|
||||||
self.addFromServiceCheckBox.setText(translate('SongsPlugin.SongsTab',
|
self.addFromServiceCheckBox.setText(translate('SongsPlugin.SongsTab',
|
||||||
'Import songs from service files'))
|
'Import missing songs from service files'))
|
||||||
|
|
||||||
def onSearchAsTypeCheckBoxChanged(self, check_state):
|
def onSearchAsTypeCheckBoxChanged(self, check_state):
|
||||||
self.song_search = False
|
self.song_search = False
|
||||||
|
Loading…
Reference in New Issue
Block a user