fixed missing space

This commit is contained in:
Andreas Preikschat 2011-04-16 09:23:00 +02:00
parent 3445c5d0b0
commit de8e8ee422
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ class ServiceManager(QtGui.QWidget):
u'%s' % fileName)
QtGui.QMessageBox.information(self,
translate('OpenLP.ServiceManager', 'Corrupt File'),
translate('OpenLP.ServiceManager', 'This file is either'
translate('OpenLP.ServiceManager', 'This file is either '
'corrupt or not an OpenLP 2.0 service file.'))
return
finally: