string changed

This commit is contained in:
M2j 2012-04-02 20:44:07 +02:00
parent 352ee8e041
commit b97445eaab
1 changed files with 4 additions and 5 deletions

View File

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