From 89826a93d3779390cb02e565d30415ef5a4fad48 Mon Sep 17 00:00:00 2001
From: Renaud Paquay
Date: Fri, 7 Jan 2011 23:44:50 -0800
Subject: [PATCH] Fix "adding a page" link in default homepage
Work Item: 17130
--HG--
branch : 1.x
---
src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs b/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs
index c1f9ed4a0..df69aff43 100644
--- a/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs
+++ b/src/Orchard.Web/Modules/Orchard.Setup/Services/SetupService.cs
@@ -311,7 +311,7 @@ and configure Orchard to your liking. After that, you can head over to
manage themes to change or install new themes
and really make it your own. Once you're happy with a look and feel, it's time for some content.
You can start creating new custom content types or start from the built-in ones by
-adding a page, creating a blog
+adding a page, creating a blog
or managing your menus.
Finally, Orchard has been designed to be extended. It comes with a few built-in
modules such as pages and blogs or themes. If you're looking to add additional functionality,