mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Fix typo
--HG-- branch : dev
This commit is contained in:
@@ -165,7 +165,7 @@ namespace Orchard.Environment.Extensions {
|
||||
foreach(var dup in duplicates) {
|
||||
sb.Append(T("Extension '{0}' has been found from the following locations: {1}.\r\n", dup.Key, string.Join(", ", dup.Select(e => e.Location + "/" + e.Id))));
|
||||
}
|
||||
sb.Append(T("This issue can be usually by solved by removing or renamig the conflicting extension."));
|
||||
sb.Append(T("This issue can be usually by solved by removing or renaming the conflicting extension."));
|
||||
Logger.Error(sb.ToString());
|
||||
throw new OrchardException(new LocalizedString(sb.ToString()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user