string changed

This commit is contained in:
M2j 2012-04-02 20:44:07 +02:00
parent 352ee8e041
commit b97445eaab

View File

@ -328,14 +328,13 @@ class AdvancedTab(SettingsTab):
self.slideGroupBox.setTitle( self.slideGroupBox.setTitle(
translate('OpenLP.GeneralTab', 'Service Item Slide Limits')) translate('OpenLP.GeneralTab', 'Service Item Slide Limits'))
self.slideLabel.setText(translate('OpenLP.GeneralTab', self.slideLabel.setText(translate('OpenLP.GeneralTab',
'Behavior at advance over the last slide or decrease previous the ' 'Behaviour of next/previous on the last/first slide:'))
'first slide:'))
self.endSlideRadioButton.setText( self.endSlideRadioButton.setText(
translate('OpenLP.GeneralTab', '&Keep Slide')) translate('OpenLP.GeneralTab', '&Keep slide'))
self.wrapSlideRadioButton.setText( self.wrapSlideRadioButton.setText(
translate('OpenLP.GeneralTab', '&Wrap Arround')) translate('OpenLP.GeneralTab', '&Wrap arround'))
self.nextItemRadioButton.setText(translate('OpenLP.GeneralTab', self.nextItemRadioButton.setText(translate('OpenLP.GeneralTab',
'&Move to Next/Previous Service Item')) '&Move to next/previous service item'))
def load(self): def load(self):
""" """