Another minor grammar fix

This commit is contained in:
Jeremy Huntwork 2006-04-04 22:59:08 +00:00
parent da626a9692
commit 7e6ddf0138

View file

@ -425,7 +425,7 @@ echo "---------------${nl_}"
validate_config
echo "---------------${nl_}"
echo -n "Are you happy with that settings? yes/no (no): "
echo -n "Are you happy with these settings? yes/no (no): "
read ANSWER
if [ x$ANSWER != "xyes" ] ; then
echo "${nl_}Fix the configuration options and rerun the script.${nl_}"