string changes

This commit is contained in:
M2j 2012-04-02 21:52:47 +02:00
parent b97445eaab
commit 45e4d2c77d
2 changed files with 3 additions and 3 deletions

View File

@ -330,9 +330,9 @@ class AdvancedTab(SettingsTab):
self.slideLabel.setText(translate('OpenLP.GeneralTab',
'Behaviour of next/previous on the last/first slide:'))
self.endSlideRadioButton.setText(
translate('OpenLP.GeneralTab', '&Keep slide'))
translate('OpenLP.GeneralTab', '&Remain on Slide'))
self.wrapSlideRadioButton.setText(
translate('OpenLP.GeneralTab', '&Wrap arround'))
translate('OpenLP.GeneralTab', '&Wrap around'))
self.nextItemRadioButton.setText(translate('OpenLP.GeneralTab',
'&Move to next/previous service item'))

View File

@ -83,7 +83,7 @@ class SongsTab(SettingsTab):
self.updateOnEditCheckBox.setText(
translate('SongsPlugin.SongsTab', 'Update service from song edit'))
self.addFromServiceCheckBox.setText(translate('SongsPlugin.SongsTab',
'Import songs from service files'))
'Import missing songs from service files'))
def onSearchAsTypeCheckBoxChanged(self, check_state):
self.song_search = False