From 45e4d2c77d4eb35ad351b44f9b4cd7a6242d594a Mon Sep 17 00:00:00 2001 From: M2j Date: Mon, 2 Apr 2012 21:52:47 +0200 Subject: [PATCH] string changes --- openlp/core/ui/advancedtab.py | 4 ++-- openlp/plugins/songs/lib/songstab.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openlp/core/ui/advancedtab.py b/openlp/core/ui/advancedtab.py index ae369b557..b42d75d1e 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/advancedtab.py @@ -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')) diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 92cf99704..9d6de087f 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -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