Author: kkolinko Date: Sun Nov 14 19:10:22 2010 New Revision: 1035051 URL: http://svn.apache.org/viewvc?rev=1035051&view=rev Log: Rename 'Service' section -> 'Service Startup' in the installer, to make its intent more clear. It is port of r451508 from TC 5.5
Modified: tomcat/trunk/res/tomcat.nsi Modified: tomcat/trunk/res/tomcat.nsi URL: http://svn.apache.org/viewvc/tomcat/trunk/res/tomcat.nsi?rev=1035051&r1=1035050&r2=1035051&view=diff ============================================================================== --- tomcat/trunk/res/tomcat.nsi (original) +++ tomcat/trunk/res/tomcat.nsi Sun Nov 14 19:10:22 2010 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org