From ea4fd514e44f04e2fc7aaa3ee823fb55b7bc1958 Mon Sep 17 00:00:00 2001 From: ruslanht Date: Fri, 14 Sep 2012 17:45:08 +0300 Subject: [PATCH] typo fix --- .../WebsitePanel/ServersEditWebPlatformInstaller.ascx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ServersEditWebPlatformInstaller.ascx.cs b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ServersEditWebPlatformInstaller.ascx.cs index 7581e2f4..8dc2f27c 100644 --- a/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ServersEditWebPlatformInstaller.ascx.cs +++ b/WebsitePanel/Sources/WebsitePanel.WebPortal/DesktopModules/WebsitePanel/ServersEditWebPlatformInstaller.ascx.cs @@ -64,7 +64,7 @@ namespace WebsitePanel.Portal catch (NotImplementedException ex) { CheckLoadUserProfilePanel.Visible = false; - ShowWarningMessage("Server application pool \"Load User Profile\" setting unavailable. Need IIS7 or higher. Fails is possible"); + ShowWarningMessage("Server application pool \"Load User Profile\" setting unavailable. IIS7 or higher is expected."); } catch (Exception ex) {