From cd4995253e6f9ce284e4d80b9eeeabcd263a919e Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Tue, 27 Apr 2010 12:03:58 -0700 Subject: [PATCH] "modules" -> "features" in the SetupController to clear up what's being enabled --HG-- branch : dev --- .../Modules/Orchard.Setup/Controllers/SetupController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs b/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs index 88592c1ac..2ded69bb3 100644 --- a/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs +++ b/src/Orchard.Web/Modules/Orchard.Setup/Controllers/SetupController.cs @@ -84,7 +84,7 @@ namespace Orchard.Setup.Controllers { DataTablePrefix = model.DatabaseTablePrefix, }; - // The vanilla Orchard distibution has the following modules enabled. + // The vanilla Orchard distibution has the following features enabled. const string hardcoded = @"Orchard.Framework, Common,Dashboard,Feeds,HomePage,Navigation,Scheduling,Settings,XmlRpc,