diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-15 23:09:53 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-05-15 23:09:53 +0000 |
commit | 0e80cee00895f3cc2df332a62fa9ea5c08e47031 (patch) | |
tree | dd302befe6e6de0b1bc1b19a0c8356078ea7220b /install | |
parent | 758e7c0db6f3c774f9670c2cf79a14b335c906ce (diff) | |
download | elgg-0e80cee00895f3cc2df332a62fa9ea5c08e47031.tar.gz elgg-0e80cee00895f3cc2df332a62fa9ea5c08e47031.tar.bz2 |
Fixes #3453 added link to wiki about the data directory
git-svn-id: http://code.elgg.org/elgg/trunk@9095 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
-rw-r--r-- | install/languages/en.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/languages/en.php b/install/languages/en.php index 6b1398db4..3e2569669 100644 --- a/install/languages/en.php +++ b/install/languages/en.php @@ -70,7 +70,7 @@ If you are ready to proceed, click the Next button.", 'install:database:help:dbhost' => 'Hostname of the MySQL server (usually localhost)', 'install:database:help:dbprefix' => "The prefix given to all of Elgg's tables (usually elgg_)", - 'install:settings:instructions' => "We need some information about the site as we configure Elgg. If you haven't created a data directory for Elgg, please do so before completing this step.", + 'install:settings:instructions' => 'We need some information about the site as we configure Elgg. If you haven\'t <a href="http://docs.elgg.org/wiki/Data_directory" target="_blank">created a data directory</a> for Elgg, you need to do so now.', 'install:settings:label:sitename' => 'Site Name', 'install:settings:label:siteemail' => 'Site Email Address', |