Missed translate() string format

This commit is contained in:
Ken Roberts 2016-04-27 05:49:55 -07:00
parent 884f060dea
commit d3d6e6c620
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ class OpenLP(OpenLPMixin, QtWidgets.QApplication):
return
message = translate('OpenLP',
'A backup of the data folder has been created'
'at {text}'.format(text=data_folder_backup_path))
'at {text}').format(text=data_folder_backup_path)
QtWidgets.QMessageBox.information(None, translate('OpenLP', 'Backup'), message)
# Update the version in the settings