This commit is contained in:
Tim Bentley 2013-08-29 17:40:07 +01:00
parent ba111776ed
commit e1f153f4f4
1 changed files with 2 additions and 1 deletions

View File

@ -706,7 +706,8 @@ class ServiceManager(QtGui.QWidget, ServiceManagerDialog):
items = json.load(file_to)
else:
critical_error_message_box(message=translate('OpenLP.ServiceManager',
'File is not in a supported format.\n The use OpenLP 2.0.2 or greater to create file.'))
'The service file you are trying to open is in an old format.\n '
'Please save it using OpenLP 2.0.2 or greater.'))
return
file_to.close()
self.new_file()