From 18183632dc510c7e9a2810e73f2de8a23567b601 Mon Sep 17 00:00:00 2001 From: tBunnyMan Date: Mon, 16 Jul 2012 08:42:05 -0700 Subject: [PATCH] Fixed the wording for the quickstart --- pelican/tools/pelican_quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tools/pelican_quickstart.py b/pelican/tools/pelican_quickstart.py index b9a1ec24..f25e50aa 100755 --- a/pelican/tools/pelican_quickstart.py +++ b/pelican/tools/pelican_quickstart.py @@ -161,7 +161,7 @@ Please answer the following questions so this script can generate the files need CONF['default_pagination'] = False mkfile = ask('Do you want to generate a Makefile to easily manage your website?', bool, True) - develop = ask('Do you want to generate a local develop server init script?', bool, True) + develop = ask('Do you want an auto-reload & simpleHTTP script to assist with theme and site development?', bool, True) if mkfile: if ask('Do you want to upload your website using FTP?', answer=bool, default=False):