Merge branch 'issue-62-rename-song-importer' into 'master'

Rename OpenLP 2.0 Song Importer

Closes #62

See merge request openlp/openlp!237
This commit is contained in:
Tim Bentley 2020-09-24 07:12:25 +00:00
commit 844399b54f
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ class UiStrings(metaclass=Singleton):
self.NISp = translate('OpenLP.Ui', 'No Items Selected', 'Plural')
self.NoResults = translate('OpenLP.Ui', 'No Search Results')
self.OpenLP = translate('OpenLP.Ui', 'OpenLP')
self.OpenLPv2AndUp = translate('OpenLP.Ui', 'OpenLP 2.0 and up')
self.OpenLPv2AndUp = translate('OpenLP.Ui', 'OpenLP Song Database')
self.OpenLPStart = translate('OpenLP.Ui', 'OpenLP is already running on this machine. \nClosing this instance')
self.OpenService = translate('OpenLP.Ui', 'Open service.')
self.OptionalShowInFooter = translate('OpenLP.Ui', 'Optional, this will be displayed in footer.')