summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2012-04-09 11:56:18 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2012-04-09 11:56:18 -0400
commitbd3985e59c048bf5b2cda5d31d1a4224b78fbada (patch)
treef343823bda8de600059f72a6c4dcb83a75119b3c /templates
parentfe7d4080d223798a7d48015ee38e745bb97d0b7d (diff)
downloadampache-bd3985e59c048bf5b2cda5d31d1a4224b78fbada.tar.gz
ampache-bd3985e59c048bf5b2cda5d31d1a4224b78fbada.tar.bz2
ampache-bd3985e59c048bf5b2cda5d31d1a4224b78fbada.zip
Make the help text for the config step more closely resemble reality
Diffstat (limited to 'templates')
-rw-r--r--templates/show_install_config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_install_config.inc.php b/templates/show_install_config.inc.php
index 1244b920..4ffb3b7d 100644
--- a/templates/show_install_config.inc.php
+++ b/templates/show_install_config.inc.php
@@ -33,7 +33,7 @@ require $prefix . '/templates/install_header.inc.php';
<?php echo _('Step 1 - Create the Ampache database'); ?><br />
<strong><?php echo _('Step 2 - Create ampache.cfg.php'); ?></strong><br />
<dl>
- <dd><?php printf(_('This step takes the basic config values and generates the config file. It will prompt you to download the config file. Please put the downloaded config file in %s'),$prefix.'/config'); ?></dd>
+ <dd><?php printf(_('This step takes the basic config values and generates the config file. If your config/ directory is writable, you can select "write" to have Ampache write the config file directly to the correct location. If you select "download" it will prompt you to download the config file, and you can then manually place the config file in %s'), $prefix . '/config'); ?></dd>
</dl>
<?php echo _('Step 3 - Set up the initial account'); ?><br />
<?php Error::display('general'); ?>