From f84c069521ce587723058fdd1bb080efdfc0ab7b Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sun, 14 Nov 2010 19:10:22 +0000 Subject: [PATCH] Rename 'Service' section -> 'Service Startup' in the installer, to make its intent more clear. It is port of r451508 from TC 5.5 git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1035051 13f79535-47bb-0310-9956-ffa450edef68 --- res/tomcat.nsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 77bb34307..87e885a79 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -116,9 +116,9 @@ Var CtlTomcatAdminRoles ;Component-selection page ;Descriptions - LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container." + LangString DESC_SecTomcat ${LANG_ENGLISH} "Install the Tomcat Servlet container as a Windows service." LangString DESC_SecTomcatCore ${LANG_ENGLISH} "Install the Tomcat Servlet container core and create the Windows service." - LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start Tomcat when the computer is started." + LangString DESC_SecTomcatService ${LANG_ENGLISH} "Automatically start the Tomcat service when the computer is started." LangString DESC_SecTomcatNative ${LANG_ENGLISH} "Install APR based Tomcat native .dll for better performance and scalability in production environments." LangString DESC_SecMenu ${LANG_ENGLISH} "Create a Start Menu program group for Tomcat." LangString DESC_SecDocs ${LANG_ENGLISH} "Install the Tomcat documentation bundle. This includes documentation on the servlet container and its configuration options, on the Jasper JSP page compiler, as well as on the native webserver connectors." @@ -208,7 +208,7 @@ Section "Core" SecTomcatCore SectionEnd -Section "Service" SecTomcatService +Section "Service Startup" SecTomcatService SectionIn 3 -- 2.11.0