From e52f8dcbc98e8dcfb688f69e9413ebe3c31d326c Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Sun, 16 Mar 2014 19:37:08 +0100 Subject: [PATCH] Update wording on upgrades --- src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html | 3 +-- src/Umbraco.Web/Install/InstallSteps/UpgradeStep.cs | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html b/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html index 3638f7f37a..374772451b 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/upgrade.html @@ -1,8 +1,7 @@ 

Upgrading Umbraco

- Welcome to the Umbraco installer. You see this screen because your Umbraco installation needs a quick upgrade of its database and files, - it is completely harmless and will simply ensure your website is kept as fast, secure and uptodate as possible. + Welcome to the Umbraco installer. You see this screen because your Umbraco installation needs a quick upgrade of its database and files, which will ensure your website is kept as fast, secure and up to date as possible.

Simply click continue below to be guided through the rest of the upgrade diff --git a/src/Umbraco.Web/Install/InstallSteps/UpgradeStep.cs b/src/Umbraco.Web/Install/InstallSteps/UpgradeStep.cs index 7146f823b1..2e303f7018 100644 --- a/src/Umbraco.Web/Install/InstallSteps/UpgradeStep.cs +++ b/src/Umbraco.Web/Install/InstallSteps/UpgradeStep.cs @@ -6,7 +6,7 @@ namespace Umbraco.Web.Install.InstallSteps /// This step is purely here to show the button to commence the upgrade /// [InstallSetupStep(InstallationType.Upgrade, - "Upgrade", "upgrade", 1, "Upgrading Umbraco to the latest and greatest version. Don't worry, this won't harm your website")] + "Upgrade", "upgrade", 1, "Upgrading Umbraco to the latest and greatest version.")] internal class UpgradeStep : InstallSetupStep { public override bool RequiresExecution(object model)