sort WizardStrings in alphapetical order

This commit is contained in:
Armin Köhler 2011-02-21 14:45:14 +01:00
parent 21bf01e6d2
commit 265aeebf4b
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,7 @@ class WizardStrings(object):
CSV = u'CSV'
EW = u'EasyWorship'
ES = u'EasiSlides'
FP = u'Foilpresenter'
OL = u'OpenLyrics'
OS = u'OpenSong'
OSIS = u'OSIS'
@ -54,7 +55,6 @@ class WizardStrings(object):
SoF = u'Songs of Fellowship'
SSP = u'SongShow Plus'
WoW = u'Words of Worship'
FP = u'Foilpresenter'
# These strings should need a good reason to be retranslated elsewhere.
FinishedImport = translate('OpenLP.Ui', 'Finished import.')
FormatLabel = translate('OpenLP.Ui', 'Format:')