19275: Fixed typo

--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2013-02-05 13:18:23 -08:00
parent c78eb66811
commit 98c99eaf3b

View File

@@ -230,7 +230,7 @@ namespace Orchard.Themes.Controllers {
try {
_reportsCoordinator.Register("Data Migration", "Upgrade " + themeId, "Orchard installation");
_dataMigrationManager.Update(themeId);
Services.Notifier.Information(T("The theme {0} was updated succesfuly", themeId));
Services.Notifier.Information(T("The theme {0} was updated successfully", themeId));
} catch (Exception exception) {
Logger.Error(T("An error occured while updating the theme {0}: {1}", themeId, exception.Message).Text);
Services.Notifier.Error(T("An error occured while updating the theme {0}: {1}", themeId, exception.Message));