diff --git a/openlp/core/common/i18n.py b/openlp/core/common/i18n.py index 80a4083c2..77a83b08d 100644 --- a/openlp/core/common/i18n.py +++ b/openlp/core/common/i18n.py @@ -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.')