diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-09 11:56:18 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2012-04-09 11:56:18 -0400 |
commit | bd3985e59c048bf5b2cda5d31d1a4224b78fbada (patch) | |
tree | f343823bda8de600059f72a6c4dcb83a75119b3c /templates/show_install_config.inc.php | |
parent | fe7d4080d223798a7d48015ee38e745bb97d0b7d (diff) | |
download | ampache-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/show_install_config.inc.php')
-rw-r--r-- | templates/show_install_config.inc.php | 2 |
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'); ?> |