forked from openlp/openlp
Changed 'PowerSong' to 'PowerSong 1.0'
This commit is contained in:
parent
45c180308a
commit
416cbe465e
@ -53,7 +53,7 @@ class WizardStrings(object):
|
||||
OL = u'OpenLyrics'
|
||||
OS = u'OpenSong'
|
||||
OSIS = u'OSIS'
|
||||
PS = u'PowerSong'
|
||||
PS = u'PowerSong 1.0'
|
||||
SB = u'SongBeamer'
|
||||
SoF = u'Songs of Fellowship'
|
||||
SSP = u'SongShow Plus'
|
||||
|
@ -627,7 +627,7 @@ class SongImportForm(OpenLPWizard):
|
||||
self.getFiles(WizardStrings.OpenTypeFile % WizardStrings.PS,
|
||||
self.powerSongFileListWidget, u'%s (*.song)'
|
||||
% translate('SongsPlugin.ImportWizardForm',
|
||||
'PowerSong Song Files')
|
||||
'PowerSong 1.0 Song Files')
|
||||
)
|
||||
|
||||
def onPowerSongRemoveButtonClicked(self):
|
||||
|
@ -40,9 +40,9 @@ class PowerSongImport(SongImport):
|
||||
The :class:`PowerSongImport` class provides the ability to import song files
|
||||
from PowerSong.
|
||||
|
||||
**PowerSong Song File Format:**
|
||||
**PowerSong 1.0 Song File Format:**
|
||||
|
||||
The file has a number of label-field pairs.
|
||||
The file has a number of label-field (think key-value) pairs.
|
||||
|
||||
Label and Field strings:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user