mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing a typo in message (by Kevin LaBranche)
--HG-- branch : 1.x extra : transplant_source : %B9%9E%BF%1A%E4%AE_%84J%EB%85%1C%02%AF%84%97%06%FF%B9%99
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Orchard.Packaging.Commands {
|
||||
}
|
||||
catch(Exception e) {
|
||||
// Exceptions area thrown by NuGet as error messages
|
||||
throw new OrchardException(T(HttpUtility.HtmlDecode(T("Could not unintall the package: {0}", e.Message).Text)));
|
||||
throw new OrchardException(T(HttpUtility.HtmlDecode(T("Could not uninstall the package: {0}", e.Message).Text)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user