diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 10:30:20 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-25 10:30:20 +0000 |
commit | 627060b324f43ebe63af4a705a70673096f33607 (patch) | |
tree | 46bca50d3a535a56166186152f76529ca2171b9a /languages | |
parent | 92c64ceb9fc3b1d5931336d18c78a4176eac6463 (diff) | |
download | elgg-627060b324f43ebe63af4a705a70673096f33607.tar.gz elgg-627060b324f43ebe63af4a705a70673096f33607.tar.bz2 |
Now possible to specify a site description.
git-svn-id: https://code.elgg.org/elgg/trunk@1523 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index e7fe65c51..dfecfb4bf 100644 --- a/languages/en.php +++ b/languages/en.php @@ -477,7 +477,8 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:settings:dbwizard:savefail' => "We were unable to save the new settings.php. Please save the following file as engine/settings.php using a text editor.",
- 'sitename' => "The name of your site (eg \"My social networking site\"):",
+ 'sitename' => "The name of your site (eg \"My social networking site\"):", + 'sitedescription' => "Short description of your site (optional)",
'wwwroot' => "The site URL, followed by a trailing slash:",
'path' => "The full path to your site root on your disk, followed by a trailing slash:",
'dataroot' => "The full path to the directory where uploaded files will be stored, followed by a trailing slash:",
|