Spellings

This commit is contained in:
Tim Bentley 2011-01-29 10:01:29 +00:00
parent 003e572896
commit 336730d943
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ class SongUsageDeleteForm(QtGui.QDialog, Ui_SongUsageDeleteDialog):
SongUsageItem.usagedate <= deleteDate)
Receiver.send_message(u'openlp_information_message', {
u'title': translate('SongUsagePlugin.SongUsageDeleteForm',
'Deletion Sucessful'),
'Deletion Successful'),
u'message': translate('SongUsagePlugin.SongUsageDeleteForm',
'All requested data has been deleted sucessfully. ')})
'All requested data has been deleted successfully. ')})
self.close()

View File

@ -116,7 +116,7 @@ class SongUsageDetailForm(QtGui.QDialog, Ui_SongUsageDetailDialog):
'Report Creation'),
u'message': unicode(translate(
'SongUsagePlugin.SongUsageDetailForm', 'Report \n%s \n'
'has been sucessfully created. ')) % outname})
'has been successfully created. ')) % outname})
except IOError:
log.exception(u'Failed to write out song usage records')
finally: