Fixing typo

--HG--
branch : 1.x
This commit is contained in:
bertrandleroy
2011-01-18 16:16:26 -08:00
parent ebc9667649
commit e5fa2c097f

View File

@@ -110,7 +110,7 @@ namespace Orchard.Modules.Controllers {
try {
_reportsCoordinator.Register("Data Migration", "Upgrade " + id, "Orchard installation");
_dataMigrationManager.Update(id);
Services.Notifier.Information(T("The feature {0} was updated succesfuly", id));
Services.Notifier.Information(T("The feature {0} was updated successfully", id));
}
catch (Exception ex) {
Services.Notifier.Error(T("An error occured while updating the feature {0}: {1}", id, ex.Message));